summaryrefslogtreecommitdiff
path: root/nest/rt-table.c
AgeCommit message (Expand)Author
2022-02-03Route table fast prune fixupMaria Matejka
2022-02-03Dropping a nonsensical assert which broke BabelMaria Matejka
2021-12-01Faster prune on table deletionMaria Matejka
2021-12-01Table prune routines request export announcements directlyMaria Matejka
2021-12-01fixed duplicate routes propagationMaria Matejka
2021-12-01Page allocator moved from pools to IO loops.Maria Matejka
2021-11-30For safer memory allocations, resources are bound to loops.Maria Matejka
2021-11-24fixup of table reload bugMaria Matejka
2021-11-23Fixed pipe reload/refeedMaria Matejka
2021-11-23Fixed channel export map confusionMaria Matejka
2021-11-22Higher settle times when route refresh in the source table is runningMaria Matejka
2021-11-22Corking also feed start to keep BIRD running when refeeds would easily cause ...Maria Matejka
2021-11-22Route table import-to-export announcement indirection to reduce pipe trafficMaria Matejka
2021-11-22Routing tables now have their own loops.Maria Matejka
2021-11-22Route subscription uses eventsMaria Matejka
2021-11-22Global table update pool removedMaria Matejka
2021-11-22Route sources have an explicit ownerMaria Matejka
2021-11-22Table cork: Stop creating updates when there are too many pending.Maria Matejka
2021-11-22Split route table event into separate eventsMaria Matejka
2021-11-22Converting the former BFD loop to a universal IO loop and protocol loop.Maria Matejka
2021-11-22Route export is now asynchronous.Maria Matejka
2021-11-22Better profylaction recursive route loopsMaria Matejka
2021-11-22Special table hooks rectified.Maria Matejka
2021-11-22Table import and export are now explicit hooks.Maria Matejka
2021-11-09Limit containmentMaria Matejka
2021-11-09Secondary and merged exports get a whole feed instead of traversing the table...Maria Matejka
2021-11-09Route export: rejected by filter bitmapMaria Matejka
2021-11-09Protocol stats split to import and exportMaria Matejka
2021-11-09Nest: Route generations and explicit tracking route propagion through pipesMaria Matejka
2021-11-09Refeed is done from export table when appropriateMaria Matejka
2021-11-09Recursive route nexthop updates now announced with valid new_best/old_best in...Maria Matejka
2021-11-09Split route data structure to storage (ro) / manipulation (rw) structures.Maria Matejka
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-13RIP fixup + dropping the tmp_attrs mechanism as obsoleteMaria Matejka
2021-10-13Dropping the RTS_DUMMY temporary route storage.Maria Matejka
2021-10-13IGP metric getter refactoring to protocol callbackMaria Matejka
2021-10-13Route: moved rte_src pointer from rta to rteMaria Matejka
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Preexport: No route modification, no linpool neededMaria Matejka
2021-10-13Export table: Delay freeing of old stored route.Maria Matejka
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)