summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Expand)Author
2023-10-04Conf: Fix 'show symbols'Ondrej Zajicek
2023-10-04MPLS: Add command 'show mpls ranges'Ondrej Zajicek
2023-10-04MPLS subsystemOndrej Zajicek
2023-09-26Basic route aggregationIgor Putovny
2023-09-20Structures bytestring and adata merged into adata.katerina.kubecova
2023-09-14Conf: Move definition of struct keyword to conf.hOndrej Zajicek
2023-09-12Filter: Better syntax for function return typesOndrej Zajicek
2023-09-12Filter: Implement multiple dispatch for methodsOndrej Zajicek
2023-09-12Conf: Remove toksym from symbol_knownOndrej Zajicek
2023-09-12Filter: Methods reworkMaria Matejka
2023-09-12Conf: config warnings show the file positionMaria Matejka
2023-09-12Filter/Conf: Method names have their own keyword hashMaria Matejka
2023-09-12Conf: Allowing conf scope to be explicitly read onlyMaria Matejka
2023-09-12Conf: Symbol manipulation gets its context explicitlyMaria Matejka
2023-09-12Conf: Keywords have their default symbolsMaria Matejka
2023-09-12Conf: Symbol hashes for all scopesMaria Matejka
2023-08-25Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek
2023-08-25RPKI: Fix conflict in config grammarOndrej Zajicek
2023-08-24Conf: Use nonterminal bytestring instead of BYTETEXTOndrej Zajicek
2023-08-24Filter: Use more generic approach for intra-config expressionsAlexander Zubkov
2023-08-24Filter: Add bytestring typeAlexander Zubkov
2023-08-24Lib: Add functions for reading and writing of bytestringsOndrej Zajicek
2023-08-22Use more proper pointers to constant bytestringsAlexander Zubkov
2023-06-23Add hex:XYZ syntax for short hex stringsAlexander Zubkov
2023-04-27Conf: Improve handling of keywordsOndrej Zajicek
2023-04-27Conf: Fix symbol lookupOndrej Zajicek
2023-02-19Conf: Fix too early free of old configurationOndrej Zajicek
2023-01-03BGP: Allow role specific keywords to be used as symbolsOndrej Zajicek
2022-11-09Conf: Free stored old config before parsing new oneOndrej Zajicek
2022-11-01Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka
2022-10-18Filter: Fix handling of variables in anonymous filtersOndrej Zajicek
2022-09-16Revert "Reducing filter stack size to allow for lesser thread stack size"Maria Matejka
2022-07-11Merge remote-tracking branch 'origin/master' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Filter: Improve handling of stack frames in filter bytecodeOndrej Zajicek (work)
2022-06-27Filter: Implement soft scopesOndrej Zajicek (work)
2022-06-27Filter: Implement type checks for function callsOndrej Zajicek (work)
2022-06-07IPv4 flowspec literals should reject IPv6 prefices in a well-behaved wayMaria Matejka
2022-06-04Nest: Improve GC strategy for rtablesOndrej Zajicek
2022-03-02Merge commit '2c13759136951ef0e70a3e3c2b2d3c9a387f7ed9' into haugesundMaria Matejka
2022-01-05Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)
2021-10-20Conf: Fix crash during shutdownOndrej Zajicek (work)
2021-09-10Reducing filter stack size to allow for lesser thread stack sizeMaria Matejka
2021-06-06Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen
2021-06-06sysdep: Add wrapper to get random bytes - updateOndrej Zajicek (work)
2021-06-06sysdep: Add wrapper to get random bytesToke Høiland-Jørgensen
2021-05-18Flowspec: Label field should use numeric operator and not bitmask operatorOndrej Zajicek (work)
2021-02-10BGP: Add support for BGP hostname capabilityVincent Bernat
2020-12-07Nest: Per-channel debug flagsOndrej Zajicek (work)
2020-11-24Minor cleanups with cfg_allocz()Ondrej Zajicek (work)