summaryrefslogtreecommitdiff
path: root/zebra/rib.h
AgeCommit message (Expand)Author
2021-01-15zebra: Allow rib_update_table to receive a specified route typeDonald Sharp
2021-01-15zebra: remove unused function rib_update_vrfDonald Sharp
2020-12-29Merge pull request #7777 from volta-networks/fix_zebra_rib_c++Quentin Young
2020-12-21zebra: avoid c++ reserved keywordEmanuele Di Pascale
2020-12-11Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp
2020-12-08zebra: Gather opaque data into the route entry for storageDonald Sharp
2020-10-29zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp
2020-10-01zebra: Make connected routes their own entry on the meta_qDonald Sharp
2020-09-28zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley
2020-08-28zebra: When shutting down an interface immediately notify about rnhDonald Sharp
2020-08-04Merge pull request #6698 from deastoe/fpm-netlink-fixesDonald Sharp
2020-07-17zebra: add a route_entry flag for FIB-specific nexthopsMark Stapp
2020-07-08zebra: Add table_id to rib_table_info_tDuncan Eastoe
2020-07-07zebra: add fib nhg for backups, revise apiMark Stapp
2020-05-14zebra: avoid using c++ keywords in headersEmanuele Di Pascale
2020-05-12zebra: route node first next nodeChirag Shah
2020-05-08zebra: remove typedef rib_update_event_t from systemDonald Sharp
2020-05-08zebra: Remove typedef rib_table_info_t from systemDonald Sharp
2020-05-08zebra: Remove typedef rib_tables_iter_state from systemDonald Sharp
2020-05-08zebra: Remove typedef rnh_type_t from systemDonald Sharp
2020-03-27zebra: add per-nexthop backup indexMark Stapp
2020-02-27zebra: Embed lib nexthop-group in zebra hash entryMark Stapp
2019-12-04lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp
2019-11-21zebra: clean up rib and nhg headersMark Stapp
2019-10-25zebra: Use nexthop object id on route deleteStephen Worley
2019-10-25zebra: Use a nhe context dataplane and rib metaqStephen Worley
2019-10-25zebra: Update rib_add to take a nexthop IDStephen Worley
2019-10-25zebra: Route entries use nexthop entry ID's instead of pointersStephen Worley
2019-10-25zebra: Add a nhe pointer to the route entryDonald Sharp
2019-10-25zebra: Remove nexthop_active_num from route entryDonald Sharp
2019-10-25zebra: Remove re->nexthop_num from reDonald Sharp
2019-10-25zebra: Replace nexthop_group with pointer in route entryDonald Sharp
2019-10-18zebra: Handle rib updates as a thread eventStephen Worley
2019-07-29zebra, tests: Remove ROUTE_ENTRY_NEXTHOPS_CHANGEDDonald Sharp
2019-07-29zebra: Remove repeated enqueueing of system routes for rethinkingDonald Sharp
2019-07-01*: s/TRUE/true/, s/FALSE/false/Quentin Young
2019-05-29zebra: Move multicast mode to being a property of the routerDonald Sharp
2019-05-28zebra: add a fib-specific nexthop-groupMark Stapp
2019-05-23zebra: Add kernel level graceful restartDonald Sharp
2019-05-20Merge pull request #4328 from sworleys/Re-order-RouteEntryRenato Westphal
2019-05-14zebra: Reorder `struct route_entry` to reduce sizeDonald Sharp
2019-05-13zebra: Share route type checking macrosStephen Worley
2019-05-13zebra: Make RIB_SYSTEM|KERNEL_ROUTE a property of rib.hDonald Sharp
2019-05-02zebra: Use built in list handler for route entries nowDonald Sharp
2019-05-02zebra: Remove linked list and replace with new LISTDonald Sharp
2019-05-02Revert "Zebra diet"Lou Berger
2019-05-01zebra: Remove linked list and replace with new LISTDonald Sharp
2019-03-27zebra: Modify lsp processing to be invoked as neededDonald Sharp
2019-03-27zebra: Modify NHT to occur when needed.Donald Sharp
2019-03-27zebra: Abstract the rib_dest_t creationDonald Sharp