summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_nhg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: send async nhg update resultsMark Stapp2021-01-221-0/+7
* zebra: change the L2 NHG id format to co-exist with the L3NHG idsAnuradha Karuppiah2020-12-011-0/+8
* zebra: Do not delete nhg's when retain_mode is engagedDonald Sharp2020-10-221-1/+8
* zebra: add type to nhg_prot_del API for sanity checkStephen Worley2020-09-281-1/+1
* zebra: add flag track released state of proto NHGSStephen Worley2020-09-281-1/+12
* zebra: fix refcnt/rib issues in NHG replace/deleteStephen Worley2020-09-281-1/+1
* zebra: handle proto NHG uninstall client disconnectStephen Worley2020-09-281-0/+8
* zebra: remove unneeded nhg repalce boilerplateStephen Worley2020-09-281-10/+1
* zebra,lib: command to only install proto-based nexthopsStephen Worley2020-09-281-0/+4
* zebra: implement protocol NHG Add/DelStephen Worley2020-09-281-13/+47
* zebra: rename 'nhg_copy' to 'nhe_copy'Mark Stapp2020-06-011-0/+6
* fpm: send all next hop groups on startupRafael Zalamena2020-05-051-0/+4
* lib, zebra: add missing extern "C" {} blocks to new header filesRenato Westphal2020-04-231-0/+8
* zebra: handle backup nexthops in nhe/nhgsMark Stapp2020-03-271-2/+12
* zebra: add per-nexthop backup indexMark Stapp2020-03-271-1/+26
* zebra: Embed lib nexthop-group in zebra hash entryMark Stapp2020-02-271-3/+2
* Merge pull request #5737 from mjstapp/zebra_disable_kern_nhsRuss White2020-02-041-1/+9
|\
| * zebra: add config to disable use of kernel nexthopsMark Stapp2020-01-281-1/+9
* | zebra: nexthop groups vrf's are only a function of namespacesDonald Sharp2020-01-311-1/+1
|/
* lib,zebra: use nhg_hash_entry pointer in route_entryMark Stapp2019-12-041-0/+5
* zebra: clean up rib and nhg headersMark Stapp2019-11-211-5/+2
* zebra: Cleanup zebra_nhg APIsStephen Worley2019-10-251-63/+20
* zebra: Re-work zebra_nhg_*_valid APIsStephen Worley2019-10-251-1/+1
* zebra: Change wording of duplicate kernel nhg flagStephen Worley2019-10-251-3/+6
* zebra: Remove cleanup and nhg workqueue boilerplateStephen Worley2019-10-251-5/+0
* zebra: Comment to indicate where nhg hashtables liveStephen Worley2019-10-251-0/+5
* zebra: Handle out of order kernel nexthop groupsStephen Worley2019-10-251-2/+3
* zebra: Add handling for kernel del/update nexthopStephen Worley2019-10-251-0/+2
* zebra: Sweep our nexthop objects out on restartStephen Worley2019-10-251-8/+23
* zebra: Prevent duplication and overflow in nhe2grpStephen Worley2019-10-251-2/+2
* zebra: Switch nhg_connected to use new RB treeStephen Worley2019-10-251-13/+20
* zebra: Use nexthop/interface vrf, not the routesStephen Worley2019-10-251-4/+2
* zebra: Remove uneeded is_valid NHE functonsStephen Worley2019-10-251-1/+0
* zebra: Put NHE ref updating into a functionStephen Worley2019-10-251-0/+3
* zebra: Add recursive functionality to NHE'sStephen Worley2019-10-251-0/+14
* zebra: Use a nhe context dataplane and rib metaqStephen Worley2019-10-251-8/+60
* zebra: Remove uneeded freeing helper functionStephen Worley2019-10-251-2/+0
* zebra: Re-organize/expose nhg_connectedStephen Worley2019-10-251-15/+32
* zebra: Abstract the RB nodes/add dependents treeStephen Worley2019-10-251-13/+18
* zebra,lib: Refactor depends to RB treeStephen Worley2019-10-251-12/+42
* zebra: Add function to increment nhg refcntStephen Worley2019-10-251-0/+1
* zebra: Add function to find/create single nexthopStephen Worley2019-10-251-0/+3
* zebra: Pass is_kernel_nh to zebra_nhg_find()Stephen Worley2019-10-251-1/+1
* zebra: Add function to duplicate nhg dependenciesStephen Worley2019-10-251-0/+1
* zebra: Refactor nexthop group creation code to use allocated memoryStephen Worley2019-10-251-1/+1
* zebra: Add helper functions for freeing the members of nexthop group hash ent...Stephen Worley2019-10-251-0/+3
* zebra: Read in nexthop dependencies from the kernelStephen Worley2019-10-251-5/+4
* zebra: Add dependency information for nexthop group hash entriesStephen Worley2019-10-251-0/+20
* Revert "zebra: Remove afi field in nexthop hash entry"Stephen Worley2019-10-251-1/+3
* zebra: Add ifp to zebra-side rib_addStephen Worley2019-10-251-0/+8