summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09Conf: Free stored old config before parsing new oneOndrej Zajicek
2022-11-08Added more netlab tests for automatic run.Maria Matejka
2022-11-03Page allocator: Fixed minor bugs and added commentaryMaria Matejka
2022-11-02Memory pages are not munmapped, instead we just madvise()Maria Matejka
2022-11-01Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka
2022-10-18Doc: Add documentation for "show route (import|export) table"Alexander Zubkov
2022-10-18Filter: Fix handling of variables in anonymous filtersOndrej Zajicek
2022-10-12Netlink: Parse onlink flag even on direct routesOndrej Zajicek
2022-10-10BGP: Add option 'next hop prefer global'Ondrej Zajicek
2022-10-03Nest: Add channel config flag to distinguish new or copyOndrej Zajicek
2022-10-03Filter: Add some minor functions for f_tree and ECOndrej Zajicek
2022-10-03BGP: Some fixes related to VRF and MPLS interactionsOndrej Zajicek
2022-10-03BGP: Do not assume that all channels are struct bgp_channelOndrej Zajicek
2022-10-03RPKI: wait for retry_time if we get error immediately after connectedMaria Matejka
2022-09-27KRT: Fix setting default preferenceAlexander Zubkov
2022-09-16Revert "Reducing filter stack size to allow for lesser thread stack size"Maria Matejka
2022-09-06Better profylaction recursive route loopsMaria Matejka
2022-08-18Merge branch 'mq-fix-eattr-setting' into backportMaria Matejka
2022-08-18Simplified the protocol hookup code in MakefilesMaria Matejka
2022-08-18Fixed initialization of Linux kernel route attributesMaria Matejka
2022-08-03Merge commit '082905a8' into HEADMaria Matejka
2022-08-03rip_rte_better() uses the IGP_METRIC_UNKNOWN instead of protocol-specific inf...Maria Matejka
2022-07-27Merge branch 'master' into backportOndrej Zajicek
2022-07-26Netlink: Restrict route replace for IPv6Ondrej Zajicek
2022-07-25Netlink: Simplify handling of IPv6 ECMP routesOndrej Zajicek
2022-07-24Merge branch 'master' into backportOndrej Zajicek
2022-07-24KRT: Scan routing tables separetely on linux to avoid congestionOndrej Zajicek
2022-07-22Fixed a rarely used part of Babel: comparing two routes in table by their metricMaria Matejka
2022-07-22Revert "Export table: Delay freeing of old stored route."Maria Matejka
2022-07-12BGP: Minor improvements to BGP rolesOndrej Zajicek
2022-07-11BGP: Implement BGP rolesEugene Bogomazov
2022-07-11Added forgotten route source locking in flowspec validationMaria Matejka
2022-07-11Merge remote-tracking branch 'origin/master' into backportMaria Matejka
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Filter: Implement for loopsOndrej Zajicek (work)
2022-06-27Filter: Implement mixed declarations of local variablesOndrej Zajicek (work)
2022-06-27Filter: Improve handling of stack frames in filter bytecodeOndrej Zajicek (work)
2022-06-27Filter: Simplify handling of command sequencesOndrej Zajicek (work)
2022-06-27Filter: Fix bug in variable shadowingOndrej Zajicek (work)
2022-06-27Filter: Implement soft scopesOndrej Zajicek (work)
2022-06-27Filter: Implement direct recursionOndrej Zajicek (work)
2022-06-27Filter: Apply constant promotion for FI_EQ / FI_NEQOndrej Zajicek (work)
2022-06-27Filter: Add literal for empty setAlexander Zubkov
2022-06-27Nest: Cleanups in as_path_filter()Ondrej Zajicek (work)
2022-06-27Filter: Ensure that all expressions declared return typeOndrej Zajicek (work)
2022-06-27Filter: Improve description of type systemOndrej Zajicek (work)
2022-06-27Filter: Implement type checks for function callsOndrej Zajicek (work)
2022-06-27Filter: Clean up function call instructionOndrej Zajicek (work)
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka