summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9304 from donaldsharp/zebra_random_stuffMark Stapp2021-08-121-226/+52
|\
| * zebra: Delete rib_lookup_and_dump since it is not usedDonald Sharp2021-08-061-49/+0
| * zebra: Remove rib_lookup_and_pushup functionDonald Sharp2021-08-061-92/+0
| * zebra: Convert srcdest_rnode2str to %pRN in zebra_rib.cDonald Sharp2021-08-061-74/+38
| * zebra: short-circuit rib_process when nothing to doDonald Sharp2021-08-061-13/+16
* | zebra: Properly note add/update for rib_add_multipath_nheDonald Sharp2021-08-091-2/+7
|/
* zebra: process EVPN remote VTEP updates from the workqueueMark Stapp2021-07-191-0/+53
* zebra: use workqueue for vxlan remote macip updatesMark Stapp2021-07-191-5/+83
* zebra: add workqueue support for EVPN updatesMark Stapp2021-07-191-45/+227
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-011-1/+1
* zebra: use const in rib_matchMark Stapp2021-06-111-1/+2
* Merge pull request #8535 from opensourcerouting/zlog-rnodeDonatas Abraitis2021-05-181-27/+42
|\
| * zebra: replace _rnode_zlog with %pZN extDavid Lamparter2021-05-021-27/+42
* | zebra: new dplane action to set gre link interfacePhilippe Guibert2021-04-301-0/+1
|/
* Merge pull request #8488 from mjstapp/more_workqueueStephen Worley2021-04-271-23/+144
|\
| * zebra: use workqueue for daemon-owned NHGsMark Stapp2021-04-151-23/+144
* | zebra: include nexthops' label stacks in debugsMark Stapp2021-04-221-2/+12
* | zebra, lib: replace ZEBRA_ROUTE_NEIGH with simplified versionPhilippe Guibert2021-04-131-1/+0
* | zebra: move neighbor table configuration to dplane contextsPhilippe Guibert2021-04-091-0/+1
* | zebra, lib: handle NEIGH_ADD/DELETE to zebra dataplane frameworkPhilippe Guibert2021-04-091-0/+3
|/
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-2/+22
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-1/+1
* zebra: move up prefix2str call in rib dumpDavid Lamparter2021-03-141-1/+3
* zebra: move ipset and ipset_entry to zebra dplane contextsPhilippe Guibert2021-03-101-0/+4
* zebra: move iptable handling in zebra_dplanePhilippe Guibert2021-03-041-0/+2
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* zebra: Remove #if 0 codeDonald Sharp2021-01-281-8/+0
* zebra: Allow rib_update_table to receive a specified route typeDonald Sharp2021-01-161-11/+13
* zebra: remove unused function rib_update_vrfDonald Sharp2021-01-161-20/+0
* Merge pull request #7819 from donaldsharp/more_data_for_debug_dumpsMark Stapp2021-01-131-7/+45
|\
| * zebra: Add ability to display in human readable format re->flags and statusDonald Sharp2021-01-131-7/+45
* | Merge pull request #7818 from donaldsharp/ip_proto_deniedMark Stapp2021-01-131-0/+8
|\ \ | |/ |/|
| * zebra: notify installing protocol when nexthops cannot be resolvedDonald Sharp2021-01-111-0/+8
* | Merge pull request #6853 from mjstapp/fix_rib_dupsDonald Sharp2021-01-131-6/+35
|\ \ | |/ |/|
| * zebra: remove useless deleted route_entries promptlyMark Stapp2020-12-071-6/+35
* | Merge pull request #7777 from volta-networks/fix_zebra_rib_c++Quentin Young2020-12-291-5/+5
|\ \
| * | zebra: avoid c++ reserved keywordEmanuele Di Pascale2020-12-211-5/+5
* | | Revert "zebra: When shutting down an interface immediately notify about rnh"Donald Sharp2020-12-121-14/+1
|/ /
* | zebra: Gather opaque data into the route entry for storageDonald Sharp2020-12-081-0/+2
* | lib, zebra: Fix overlapping message typesDonald Sharp2020-12-081-2/+8
|/
* zebra: free dplane ctx after pw updateMark Stapp2020-11-301-0/+1
* zebra: Add `--asic-offload` commandDonald Sharp2020-11-151-5/+25
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-2/+6
* Merge pull request #7414 from donaldsharp/32bitflagsJafar Al-Gharaibeh2020-10-301-2/+2
|\
| * zebra: Consolidate on 32 bits as the flag size for route flagsDonald Sharp2020-10-291-2/+2
* | zebra: Don't do expensive string manip if not in debugDonald Sharp2020-10-291-7/+6
|/
* zebra: dplane APIs for programming evpn-mh access port attributesAnuradha Karuppiah2020-10-261-0/+1
* zebra: Replace some prefix2str with %pFXDonald Sharp2020-10-261-74/+53
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-28/+15