summaryrefslogtreecommitdiff
path: root/nest/rt-table.c
AgeCommit message (Expand)Author
2023-08-21Nest: Use generic rte_announce() also for import tablesOndrej Zajicek
2023-08-18BMP: Refactor route monitoringOndrej Zajicek
2023-04-16BMP: Remove duplicate functions for update encodingOndrej Zajicek (work)
2023-04-16BMP protocol supportPawel Maslanka
2023-01-01Nest: Fix several issues with pflagsOndrej Zajicek
2022-12-06Nest: Avoid spurious announcements triggered by filtered routesOndrej Zajicek
2022-10-10BGP: Add option 'next hop prefer global'Ondrej Zajicek
2022-09-06Better profylaction recursive route loopsMaria Matejka
2022-07-22Revert "Export table: Delay freeing of old stored route."Maria Matejka
2022-07-11Added forgotten route source locking in flowspec validationMaria Matejka
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka
2022-06-04Nest: Improve GC strategy for rtablesOndrej Zajicek
2022-05-30Merge remote-tracking branch 'origin/master' into haugesund-to-2.0Maria Matejka
2022-05-15BGP: Improve tx performance during feed/flushOndrej Zajicek
2022-04-06All linpools use pages to allocate regular blocksMaria Matejka
2022-04-06Slab allocator can free the blocks without knowing the parent structureMaria Matejka
2022-03-15Printf variant with a result allocated inside a pool / linpoolMaria Matejka
2022-03-09Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesundMaria Matejka
2022-03-09BGP Flowspec validation: Removed in-route optimization for multithreading com...Maria Matejka
2022-03-09Merge commit 'e42eedb9' into haugesundMaria Matejka
2022-03-09Merge commit '5cff1d5f' into haugesundMaria Matejka
2022-03-09Merge commit 'd5a32563' into haugesundMaria Matejka
2022-02-06Nest: Implement locking of prefix tries during walksOndrej Zajicek (work)
2022-02-06Nest: Implement prefix trie pruningOndrej Zajicek (work)
2022-02-06BGP: Implement flowspec validation procedureOndrej Zajicek (work)
2022-02-06Nest: Add routing table configuration blocksOndrej Zajicek (work)
2022-02-06Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)
2021-11-09Extended route trace: logging Path IdentifiersMaria Matejka
2021-10-13Dropping the unused rte_same hookMaria Matejka
2021-10-13Dropping rte-local dumper entriesMaria Matejka
2021-10-13Route: moved rte_src pointer from rta to rteMaria Matejka
2021-10-13Preexport: No route modification, no linpool neededMaria Matejka
2021-10-13RIP fixup + dropping the tmp_attrs mechanism as obsoleteMaria Matejka
2021-10-13Dropping the RTS_DUMMY temporary route storage.Maria Matejka
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Export table: Delay freeing of old stored route.Maria Matejka
2021-10-13IGP metric getter refactoring to protocol callbackMaria Matejka
2021-06-14Nest: Fix export of tmpattrs through pipesOndrej Zajicek (work)
2021-06-14Revert "Nest: Fix export of tmpattrs through pipes"Ondrej Zajicek (work)
2021-06-14Nest: Fix export of tmpattrs through pipesOndrej Zajicek (work)
2021-04-19Internal route tables have a reduced cleanup routineMaria Matejka
2021-03-30Routing table is now a resource allocated from its own poolMaria Matejka
2021-03-30Routing tables list iteration should use explicit node struct positionMaria Matejka
2021-02-10Nest: Automatic channel reloads based on RPKI changesOndrej Zajicek (work)
2020-12-29Nest: Read Babel metric as IGP metricJames Lu
2020-12-07Nest: Per-channel debug flagsOndrej Zajicek (work)
2020-11-15Nest: Fix crash in receive limit handling in import tableOndrej Zajicek (work)
2020-07-16Nest: Keep route ordering during route updatesOndrej Zajicek (work)