aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ky/attach-mls' into rheKazuki Yamaguchi2024-01-311-3/+3
|\
| * Conf: Allow expression in MPLS label stackky/attach-mlsKazuki Yamaguchi2023-10-111-3/+3
* | Merge commit '54ddf90f'Maria Matejka2023-12-081-0/+1
|\ \
| * | Conf: debug tablesMaria Matejka2023-12-071-0/+1
* | | Nest: Minor fixes in MPLSOndrej Zajicek2023-10-251-1/+1
| |/ |/|
* | Conf: Bytestrings with hex: should use the same general format as ones without.Ondrej Zajicek2023-10-061-1/+1
* | Conf: Fix 'show symbols'Ondrej Zajicek2023-10-041-0/+1
|/
* MPLS: Add command 'show mpls ranges'Ondrej Zajicek2023-10-041-0/+1
* MPLS subsystemOndrej Zajicek2023-10-044-0/+15
* Basic route aggregationIgor Putovny2023-09-262-0/+4
* Structures bytestring and adata merged into adata.katerina.kubecova2023-09-203-7/+3
* Conf: Move definition of struct keyword to conf.hOndrej Zajicek2023-09-142-5/+5
* Filter: Better syntax for function return typesOndrej Zajicek2023-09-122-2/+3
* Filter: Implement multiple dispatch for methodsOndrej Zajicek2023-09-121-1/+1
* Conf: Remove toksym from symbol_knownOndrej Zajicek2023-09-121-1/+1
* Filter: Methods reworkMaria Matejka2023-09-124-20/+25
* Conf: config warnings show the file positionMaria Matejka2023-09-121-0/+1
* Filter/Conf: Method names have their own keyword hashMaria Matejka2023-09-125-8/+19
* Conf: Allowing conf scope to be explicitly read onlyMaria Matejka2023-09-122-2/+8
* Conf: Symbol manipulation gets its context explicitlyMaria Matejka2023-09-123-73/+67
* Conf: Keywords have their default symbolsMaria Matejka2023-09-123-43/+32
* Conf: Symbol hashes for all scopesMaria Matejka2023-09-126-62/+61
* Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek2023-08-253-3/+13
* RPKI: Fix conflict in config grammarOndrej Zajicek2023-08-251-1/+19
* Conf: Use nonterminal bytestring instead of BYTETEXTOndrej Zajicek2023-08-241-0/+25
* Filter: Use more generic approach for intra-config expressionsAlexander Zubkov2023-08-241-2/+2
* Filter: Add bytestring typeAlexander Zubkov2023-08-242-2/+2
* Lib: Add functions for reading and writing of bytestringsOndrej Zajicek2023-08-241-31/+15
* Use more proper pointers to constant bytestringsAlexander Zubkov2023-08-221-1/+1
* Add hex:XYZ syntax for short hex stringsAlexander Zubkov2023-06-231-3/+8
* Conf: Improve handling of keywordsOndrej Zajicek2023-04-274-7/+21
* Conf: Fix symbol lookupOndrej Zajicek2023-04-272-11/+15
* Conf: Fix too early free of old configurationOndrej Zajicek2023-02-191-2/+10
* 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