summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* zebra: Move packets_to_process to zrouterDonald Sharp2019-01-311-0/+1
* zebra: Move the mq data structure to zrouterDonald Sharp2019-01-311-1/+1
* zebra: Move ribq from zebrad to zrouterDonald Sharp2019-01-311-0/+3
* zebra: Move rtm_table_default to zrouterDonald Sharp2019-01-311-0/+2
* zebra: Add code to track sequence number from zebra_routerDonald Sharp2019-01-241-0/+12
* Merge pull request #3567 from donaldsharp/cleanup_route_table_creationRenato Westphal2019-01-141-1/+20
|\
| * zebra: Add a dump table information command to zebraDonald Sharp2019-01-041-0/+19
| * zebra: Store actual safi in info pointer and don't free then remallocDonald Sharp2019-01-041-1/+1
* | zebra: Add some small infrastructure to get the mlag code in zebra startedDonald Sharp2019-01-041-0/+5
|/
* zebra: avoid initialising more than one the l3vni hash structurePhilippe Guibert2018-12-171-2/+3
* zebra: fix zebra router memleaksQuentin Young2018-10-281-0/+1
* zebra: Move ipset_hash, ipset_entry_hash and iptable_hash into zrouterDonald Sharp2018-10-241-0/+19
* zebra: Move rules_hash to zrouterDonald Sharp2018-10-241-0/+8
* zebra: Start breakup of zns into zrouter and znsDonald Sharp2018-10-241-0/+162