summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: capture backup nexthop info with recursive resolutionMark Stapp2021-03-161-29/+166
* zebra: add ui control for use of backup nexthops in resolutionMark Stapp2021-03-161-3/+17
* Merge pull request #7993 from mjstapp/reorg_resolveStephen Worley2021-03-161-67/+119
|\
| * zebra: support nh resolution without a routeMark Stapp2021-02-191-67/+119
* | 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
|/
* zebra: disallow resolution to duplicate nexthopsStephen Worley2021-02-011-0/+4
* zebra: send async nhg update resultsMark Stapp2021-01-221-4/+26
* zebra: use afi_t for route-map address family argMark Stapp2021-01-211-1/+1
* zebra: notify installing protocol when nexthops cannot be resolvedDonald Sharp2021-01-111-4/+2
* zebra: make a couple NHG errors debugsStephen Worley2020-12-011-10/+12
* zebra: dplane APIs for programming evpn-mh access port attributesAnuradha Karuppiah2020-10-261-0/+1
* Merge pull request #7374 from sworleys/Revert-Revert-NHG-DependentsMark Stapp2020-10-241-11/+17
|\
| * zebra: disable dependent backpointers for backup nexthopsStephen Worley2020-10-231-3/+0
| * Revert "Revert "zebra: fix NHE dependents backpointer relationship""Stephen Worley2020-10-231-11/+20
* | zebra: Do not delete nhg's when retain_mode is engagedDonald Sharp2020-10-221-0/+24
|/
* Revert "zebra: fix NHE dependents backpointer relationship"Stephen Worley2020-10-201-20/+11
* zebra: fix NHE dependents backpointer relationshipStephen Worley2020-10-191-11/+20
* zebra: only track NHEs from the dataplane for ID usageStephen Worley2020-10-131-3/+4
* zebra: add from_dplane info for NHE creationStephen Worley2020-10-131-26/+31
* zebra: Make nexthop_active check use the same debugDonald Sharp2020-09-291-4/+4
* zebra: Add missing reason we could not make an active_nexthop checkDonald Sharp2020-09-291-0/+5
* lib,zebra,sharpd: add code for backup proto-NHs but disabledStephen Worley2020-09-281-0/+8
* zebra: add type to nhg_prot_del API for sanity checkStephen Worley2020-09-281-1/+10
* zebra: use list to mark for removal when scoringStephen Worley2020-09-281-6/+21
* zebra: reject proto NHGs of blackhole/interfaceStephen Worley2020-09-281-1/+17
* zebra,sharpd: checkpatch fixesStephen Worley2020-09-281-2/+2
* zebra: add flag track released state of proto NHGSStephen Worley2020-09-281-2/+21
* zebra: reply fail on NHG add if not ifindex/onlinkStephen Worley2020-09-281-1/+9
* zebra: Only install a minimal amount of timesDonald Sharp2020-09-281-2/+1
* zebra: return the proto nhe on del even with refsStephen Worley2020-09-281-1/+1
* zebra: fix releasing proto-owned singletonsStephen Worley2020-09-281-1/+1
* zebra: increment the nhg proto score iteratorStephen Worley2020-09-281-0/+2
* zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley2020-09-281-15/+51
* zebra: handle proto NHG uninstall client disconnectStephen Worley2020-09-281-0/+37
* zebra: remove unneeded nhg repalce boilerplateStephen Worley2020-09-281-6/+0
* zebra: make NHG ID allocation smarterStephen Worley2020-09-281-1/+30
* zebra: NHG ID bounds macrosStephen Worley2020-09-281-5/+5
* zebra: dont update counter if outside of zebra ID rangeStephen Worley2020-09-281-1/+1
* zebra: special handling for proto-NHG-based routesStephen Worley2020-09-281-0/+19
* zebra: implement NHG proto replaceStephen Worley2020-09-281-11/+32
* zebra: hash proto-created but zebra ID spaced NHGSStephen Worley2020-09-281-1/+1
* zebra,lib: command to only install proto-based nexthopsStephen Worley2020-09-281-0/+19
* zebra: implement protocol NHG Add/DelStephen Worley2020-09-281-40/+136
* zebra: remove NHG unhashable flag and its codeStephen Worley2020-09-281-74/+9
* zebra: Move debug information gathering to inside guardDonald Sharp2020-09-231-9/+8
* lib, zebra: add support for sending ARP requestsJakub UrbaƄczyk2020-08-121-0/+1
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-11/+72
* lib,zebra,bgpd: Fix for nexthop as IPv4 mapped IPv6 addressKaushik2020-08-041-1/+12