summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: support yielding between oper state routes queryChristian Hopps2023-12-281-0/+20
* zebra: Set Free Functions for Traffic Control Hash TablesKeelan102023-11-291-3/+3
* zebra: Cleanup hash's on zebra shutdownDonald Sharp2023-11-211-4/+3
* zebra: Cleanup svd_nh_table on shutdownDonald Sharp2023-11-211-0/+1
* zebra: Make ucmp scale value owned by zrouterDonald Sharp2023-10-121-0/+2
* zebra: Allow zebra cli to accept v6 routes with v4 nexthopsDonald Sharp2023-08-031-2/+3
* zebra: Move protodown_r_bit to a better spotDonald Sharp2023-07-051-0/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-14/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-17/+1
* zebra: Add `zrouter.asic_notification_nexthop_control`Donald Sharp2022-12-121-0/+11
* zebra: traffic control state managementSiger Yang2022-11-221-0/+15
* zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp2022-08-101-1/+1
* zebra: Fix memory leaks and use after frees in nhg's on shutdownDonald Sharp2022-08-051-0/+1
* zebra: move allow_delete to zrouter.allow_deleteDonald Sharp2022-07-011-0/+2
* zebra: add support for maintaining local neigh entriesAnuradha Karuppiah2022-06-271-0/+3
* zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)`Donald Sharp2022-06-161-0/+2
* zebra: make netlink object hash threadsafeMark Stapp2022-02-111-0/+6
* zebra: Prevent thread usage of data after it being freedDonald Sharp2021-11-291-0/+2
* zebra: free LSP workqueue early, revert PR 10050Mark Stapp2021-11-181-3/+0
* zebra: free LSP workqueue later during shutdownMark Stapp2021-11-121-0/+3
* zebra: Recent Merge broke --enable-werrorDonald Sharp2021-10-271-0/+1
* zebra: Add script initialization and destroyDonald Lee2021-10-191-0/+8
* zebra: rework RA handling for vrf-liteStephen Worley2021-06-081-2/+0
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-3/+3
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* zebra: Add `--asic-offload` commandDonald Sharp2020-11-151-2/+8
* zebra: Add basic knowledge of asic offload availableDonald Sharp2020-09-221-0/+2
* zebra: Add table_id to rib_table_info_tDuncan Eastoe2020-07-081-0/+1
* zebra: northbound changes for the rib modelChirag Shah2020-05-121-0/+16
* zebra: Remove typedef rib_table_info_t from systemDonald Sharp2020-05-081-2/+2
* zebra: free unhashable (dup) NHEs via ID table cleanupStephen Worley2020-04-021-3/+4
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-2/+2
* zebra: Router Advertisement socket mess upDonald Sharp2019-11-191-0/+2
* zebra: Cleanup zebra_nhg APIsStephen Worley2019-10-251-1/+1
* zebra: Remove cleanup and nhg workqueue boilerplateStephen Worley2019-10-251-11/+0
* zebra: Sweep our nexthop objects out on restartStephen Worley2019-10-251-1/+6
* zebra: Uninstall nexthops on shutdownStephen Worley2019-10-251-0/+11
* zebra: Add functionality to parse RTM_NEWNEXTHOP and RTM_DELNEXTHOP messagesStephen Worley2019-10-251-4/+6
* zebra: Add a second table for indexing by IDStephen Worley2019-10-251-0/+6
* zebra: Add hash of nexthop groupsDonald Sharp2019-10-251-0/+4
* zebra: use MTYPE_STATICDavid Lamparter2019-06-211-0/+2
* zebra: Move multicast mode to being a property of the routerDonald Sharp2019-05-291-0/+16
* Merge pull request #4269 from donaldsharp/other_tablesRuss White2019-05-161-13/+0
|\
| * zebra: Remove unused zebra_router_score_protoDonald Sharp2019-05-091-13/+0
* | zebra: Move multipath_num into zrouterDonald Sharp2019-05-141-1/+3
|/
* doc, zebra: Remove "table X" commandDonald Sharp2019-05-061-1/+0
* zebra: avoid removing node twice from rb_treeChirag Shah2019-04-091-3/+1
* zebra: zebra_router.c does not own the data plane shutdown of tablesDonald Sharp2019-03-271-2/+0
* zebra: Upon vrf deletion, actually release this data.Donald Sharp2019-03-011-0/+21