summaryrefslogtreecommitdiffstats
path: root/zebra/rib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+5
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* zebra: Allow rib_update_table to receive a specified route typeDonald Sharp2021-01-161-1/+1
* zebra: remove unused function rib_update_vrfDonald Sharp2021-01-161-1/+0
* Merge pull request #7777 from volta-networks/fix_zebra_rib_c++Quentin Young2020-12-291-2/+2
|\
| * zebra: avoid c++ reserved keywordEmanuele Di Pascale2020-12-211-2/+2
* | Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-1/+1
|/
* zebra: Gather opaque data into the route entry for storageDonald Sharp2020-12-081-0/+7
* zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp2020-10-291-5/+6
* zebra: Make connected routes their own entry on the meta_qDonald Sharp2020-10-011-6/+8
* zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley2020-09-281-0/+4
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-1/+1
* Merge pull request #6698 from deastoe/fpm-netlink-fixesDonald Sharp2020-08-041-0/+1
|\
| * zebra: Add table_id to rib_table_info_tDuncan Eastoe2020-07-081-0/+1
* | zebra: add a route_entry flag for FIB-specific nexthopsMark Stapp2020-07-171-7/+13
* | zebra: add fib nhg for backups, revise apiMark Stapp2020-07-071-2/+16
|/
* zebra: avoid using c++ keywords in headersEmanuele Di Pascale2020-05-141-1/+2
* zebra: route node first next nodeChirag Shah2020-05-121-0/+10
* zebra: remove typedef rib_update_event_t from systemDonald Sharp2020-05-081-5/+5
* zebra: Remove typedef rib_table_info_t from systemDonald Sharp2020-05-081-5/+4
* zebra: Remove typedef rib_tables_iter_state from systemDonald Sharp2020-05-081-3/+3
* zebra: Remove typedef rnh_type_t from systemDonald Sharp2020-05-081-2/+2
* zebra: add per-nexthop backup indexMark Stapp2020-03-271-2/+8
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-1/+1
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-30/+10
* zebra: clean up rib and nhg headersMark Stapp2019-11-211-0/+2
* zebra: Use nexthop object id on route deleteStephen Worley2019-10-251-2/+2
* zebra: Use a nhe context dataplane and rib metaqStephen Worley2019-10-251-8/+15
* zebra: Update rib_add to take a nexthop IDStephen Worley2019-10-251-2/+2
* zebra: Route entries use nexthop entry ID's instead of pointersStephen Worley2019-10-251-1/+2
* zebra: Add a nhe pointer to the route entryDonald Sharp2019-10-251-0/+2
* zebra: Remove nexthop_active_num from route entryDonald Sharp2019-10-251-3/+0
* zebra: Remove re->nexthop_num from reDonald Sharp2019-10-251-1/+0
* zebra: Replace nexthop_group with pointer in route entryDonald Sharp2019-10-251-2/+2
* zebra: Handle rib updates as a thread eventStephen Worley2019-10-181-2/+5
* zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGEDDonald Sharp2019-07-291-7/+5
* zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp2019-07-291-1/+0
* *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-011-1/+1
* zebra: Move multicast mode to being a property of the routerDonald Sharp2019-05-291-13/+0
* zebra: add a fib-specific nexthop-groupMark Stapp2019-05-281-1/+14
* zebra: Add kernel level graceful restartDonald Sharp2019-05-241-1/+1
* Merge pull request #4328 from sworleys/Re-order-RouteEntryRenato Westphal2019-05-201-6/+6
|\
| * zebra: Reorder `struct route_entry` to reduce sizeDonald Sharp2019-05-141-6/+6
* | zebra: Share route type checking macrosStephen Worley2019-05-141-3/+2
* | zebra: Make RIB_SYSTEM|KERNEL_ROUTE a property of rib.hDonald Sharp2019-05-131-0/+5
|/
* zebra: Use built in list handler for route entries nowDonald Sharp2019-05-021-7/+11
* zebra: Remove linked list and replace with new LISTDonald Sharp2019-05-021-1/+42
* Revert "Zebra diet"Lou Berger2019-05-021-42/+1
* zebra: Remove linked list and replace with new LISTDonald Sharp2019-05-021-1/+42