aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* BGP: Allow role specific keywords to be used as symbolsOndrej Zajicek2023-01-031-1/+1
* Conf: Free stored old config before parsing new oneOndrej Zajicek2022-11-092-0/+18
* Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka2022-11-014-6/+9
* Filter: Fix handling of variables in anonymous filtersOndrej Zajicek2022-10-182-3/+10
* Revert "Reducing filter stack size to allow for lesser thread stack size"Maria Matejka2022-09-161-1/+0
* Merge remote-tracking branch 'origin/master' into backportMaria Matejka2022-07-113-6/+66
|\
| * Filter: Improve handling of stack frames in filter bytecodeOndrej Zajicek (work)2022-06-271-2/+2
| * Filter: Implement soft scopesOndrej Zajicek (work)2022-06-272-4/+63
| * Filter: Implement type checks for function callsOndrej Zajicek (work)2022-06-271-0/+1
* | Merge version 2.0.10 into backportMaria Matejka2022-07-103-2/+12
|\|
| * IPv4 flowspec literals should reject IPv6 prefices in a well-behaved wayMaria Matejka2022-06-072-2/+11
| * Nest: Improve GC strategy for rtablesOndrej Zajicek2022-06-041-0/+1
* | Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka2022-03-021-0/+1
|\ \ | |/ |/|
| * Reducing filter stack size to allow for lesser thread stack sizeMaria Matejka2021-09-101-0/+1
* | Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)2022-01-051-1/+1
* | Conf: Fix crash during shutdownOndrej Zajicek (work)2021-10-201-0/+3
|/
* Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen2021-06-063-0/+38
* sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)2021-06-061-1/+0
* sysdep: Add wrapper to get random bytesToke Høiland-Jørgensen2021-06-061-0/+1
* Flowspec: Label field should use numeric operator and not bitmask operatorOndrej Zajicek (work)2021-05-181-2/+1
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-102-0/+10
* Nest: Per-channel debug flagsOndrej Zajicek (work)2020-12-072-2/+4
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-242-2/+2
* Fix some failed asserts due to add_tail()Ondrej Zajicek (work)2020-11-241-0/+1
* BFD: Better handling of BFD options in BGP configsOndrej Zajicek (work)2020-11-121-1/+0
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-081-0/+2
* Lexer: strtoul shall never set endptr to NULL; it should be an errorMaria Matejka2020-05-011-7/+7
* Configuration strings are constant.Maria Matejka2020-04-092-2/+2
* Conf: Better error message when reading iproute2 configMaria Matejka2020-02-041-5/+5
* Support for address family constantsOndrej Zajicek (work)2019-11-032-2/+5
* Conf: Fixed symbol redefinitionMaria Matejka2019-07-301-5/+2
* Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-033-5/+35
|\
| * Nest: Add command to request graceful restartOndrej Zajicek (work)2019-06-302-3/+9
| * Add CLI command to test reconfiguration statusOndrej Zajicek (work)2019-06-122-0/+20
| * BGP: Dynamic BGPOndrej Zajicek (work)2019-04-302-2/+6
* | Filter: Split printing and dyingMaria Matejka2019-07-031-1/+3
* | Filter: Pre-evaluation of constant expressionsMaria Matejka2019-07-021-0/+1
* | Conf/Filters: Moved argument count to conf scopeMaria Matejka2019-06-252-0/+2
* | String: bstrtoul macro expanded to bstrtoul10 and 16Maria Matejka2019-06-131-7/+7
* | Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear...Jan Maria Matejka2019-05-221-2/+2
* | Filter: Store variables and function arguments on stackJan Maria Matejka2019-05-212-2/+3
* | Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-172-39/+47
* | Merge branch 'master' into HEADMaria Matejka2019-03-181-1/+2
|\|
| * Build: Automatic dependency tracking for generated filesMaria Matejka2019-03-181-1/+2
| * Conf: Switch for faster (and slightly bigger) lexerMaria Matejka2019-02-221-1/+1
* | Filters: comparison of functions and filters cachingMaria Matejka2019-02-263-2/+9
* | Custom number parser to speed up config parsingMaria Matejka2019-02-251-7/+7
* | Conf: Lexer parses quoted strings in a more descriptive wayMaria Matejka2019-02-252-49/+92
* | Conf: Switch for faster (and slightly bigger) lexerMaria Matejka2019-02-221-1/+1
* | Filter: Fixed bugs in FI_CALL and FI_SWITCHMaria Matejka2019-02-201-1/+0