summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Merge pull request #7311 from donaldsharp/table_lock_countDonatas Abraitis2020-10-201-3/+3
|\
| * *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-3/+3
* | Merge pull request #7333 from mjstapp/fix_multi_connectedDonald Sharp2020-10-181-10/+5
|\ \ | |/ |/|
| * zebra: support multiple connected subnets on an interfaceMark Stapp2020-10-161-10/+5
* | zebra: Fix use after free in debug pathDonald Sharp2020-10-171-1/+10
|/
* zebra: Make connected routes their own entry on the meta_qDonald Sharp2020-10-011-28/+28
* zebra: When processing route_entries ignore unusable routesDonald Sharp2020-10-011-38/+48
* zebra: Prevent uninstall attempts when new entry is not happyDonald Sharp2020-09-301-4/+15
* zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley2020-09-281-1/+24
* zebra: handle zapi routes with NHG ID setStephen Worley2020-09-281-3/+3
* zebra: When we get a rib deletion event be smarterDonald Sharp2020-08-281-1/+2
* zebra: When shutting down an interface immediately notify about rnhDonald Sharp2020-08-281-1/+14
* zebra: When we fail, actually note the failureDonald Sharp2020-08-271-2/+2
* zebra: fix SA warning in rib_process()Mark Stapp2020-08-211-8/+10
* zebra: Add table id to debug outputDonald Sharp2020-08-191-68/+104
* lib, zebra: add support for sending ARP requestsJakub Urbańczyk2020-08-121-0/+1
* zebra: remove "PENDING" dplane request stateJakub Urbańczyk2020-08-101-6/+0
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-1/+2
* Merge pull request #6765 from mjstapp/backup_nhg_netlinkRenato Westphal2020-07-271-15/+20
|\
| * zebra: add a route_entry flag for FIB-specific nexthopsMark Stapp2020-07-171-13/+12
| * lib,sharpd,zebra: initial support for multiple backup nexthopsMark Stapp2020-07-171-2/+8
* | Merge pull request #6753 from mjstapp/fix_zebra_backup_saStephen Worley2020-07-171-4/+7
|\ \
| * | zebra: fix SA warnings in backup nexthop codeMark Stapp2020-07-161-4/+7
| |/
* / *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
|/
* zebra: improve logic handling backup nexthop installationMark Stapp2020-07-071-75/+207
* zebra: add fib nhg for backups, revise apiMark Stapp2020-07-071-2/+2