index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
zebra
/
zebra_nhg.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zebra: send async nhg update results
Mark Stapp
2021-01-22
1
-0
/
+7
*
zebra: change the L2 NHG id format to co-exist with the L3NHG ids
Anuradha Karuppiah
2020-12-01
1
-0
/
+8
*
zebra: Do not delete nhg's when retain_mode is engaged
Donald Sharp
2020-10-22
1
-1
/
+8
*
zebra: add type to nhg_prot_del API for sanity check
Stephen Worley
2020-09-28
1
-1
/
+1
*
zebra: add flag track released state of proto NHGS
Stephen Worley
2020-09-28
1
-1
/
+12
*
zebra: fix refcnt/rib issues in NHG replace/delete
Stephen Worley
2020-09-28
1
-1
/
+1
*
zebra: handle proto NHG uninstall client disconnect
Stephen Worley
2020-09-28
1
-0
/
+8
*
zebra: remove unneeded nhg repalce boilerplate
Stephen Worley
2020-09-28
1
-10
/
+1
*
zebra,lib: command to only install proto-based nexthops
Stephen Worley
2020-09-28
1
-0
/
+4
*
zebra: implement protocol NHG Add/Del
Stephen Worley
2020-09-28
1
-13
/
+47
*
zebra: rename 'nhg_copy' to 'nhe_copy'
Mark Stapp
2020-06-01
1
-0
/
+6
*
fpm: send all next hop groups on startup
Rafael Zalamena
2020-05-05
1
-0
/
+4
*
lib, zebra: add missing extern "C" {} blocks to new header files
Renato Westphal
2020-04-23
1
-0
/
+8
*
zebra: handle backup nexthops in nhe/nhgs
Mark Stapp
2020-03-27
1
-2
/
+12
*
zebra: add per-nexthop backup index
Mark Stapp
2020-03-27
1
-1
/
+26
*
zebra: Embed lib nexthop-group in zebra hash entry
Mark Stapp
2020-02-27
1
-3
/
+2
*
Merge pull request #5737 from mjstapp/zebra_disable_kern_nhs
Russ White
2020-02-04
1
-1
/
+9
|
\
|
*
zebra: add config to disable use of kernel nexthops
Mark Stapp
2020-01-28
1
-1
/
+9
*
|
zebra: nexthop groups vrf's are only a function of namespaces
Donald Sharp
2020-01-31
1
-1
/
+1
|
/
*
lib,zebra: use nhg_hash_entry pointer in route_entry
Mark Stapp
2019-12-04
1
-0
/
+5
*
zebra: clean up rib and nhg headers
Mark Stapp
2019-11-21
1
-5
/
+2
*
zebra: Cleanup zebra_nhg APIs
Stephen Worley
2019-10-25
1
-63
/
+20
*
zebra: Re-work zebra_nhg_*_valid APIs
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Change wording of duplicate kernel nhg flag
Stephen Worley
2019-10-25
1
-3
/
+6
*
zebra: Remove cleanup and nhg workqueue boilerplate
Stephen Worley
2019-10-25
1
-5
/
+0
*
zebra: Comment to indicate where nhg hashtables live
Stephen Worley
2019-10-25
1
-0
/
+5
*
zebra: Handle out of order kernel nexthop groups
Stephen Worley
2019-10-25
1
-2
/
+3
*
zebra: Add handling for kernel del/update nexthop
Stephen Worley
2019-10-25
1
-0
/
+2
*
zebra: Sweep our nexthop objects out on restart
Stephen Worley
2019-10-25
1
-8
/
+23
*
zebra: Prevent duplication and overflow in nhe2grp
Stephen Worley
2019-10-25
1
-2
/
+2
*
zebra: Switch nhg_connected to use new RB tree
Stephen Worley
2019-10-25
1
-13
/
+20
*
zebra: Use nexthop/interface vrf, not the routes
Stephen Worley
2019-10-25
1
-4
/
+2
*
zebra: Remove uneeded is_valid NHE functons
Stephen Worley
2019-10-25
1
-1
/
+0
*
zebra: Put NHE ref updating into a function
Stephen Worley
2019-10-25
1
-0
/
+3
*
zebra: Add recursive functionality to NHE's
Stephen Worley
2019-10-25
1
-0
/
+14
*
zebra: Use a nhe context dataplane and rib metaq
Stephen Worley
2019-10-25
1
-8
/
+60
*
zebra: Remove uneeded freeing helper function
Stephen Worley
2019-10-25
1
-2
/
+0
*
zebra: Re-organize/expose nhg_connected
Stephen Worley
2019-10-25
1
-15
/
+32
*
zebra: Abstract the RB nodes/add dependents tree
Stephen Worley
2019-10-25
1
-13
/
+18
*
zebra,lib: Refactor depends to RB tree
Stephen Worley
2019-10-25
1
-12
/
+42
*
zebra: Add function to increment nhg refcnt
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Add function to find/create single nexthop
Stephen Worley
2019-10-25
1
-0
/
+3
*
zebra: Pass is_kernel_nh to zebra_nhg_find()
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Add function to duplicate nhg dependencies
Stephen Worley
2019-10-25
1
-0
/
+1
*
zebra: Refactor nexthop group creation code to use allocated memory
Stephen Worley
2019-10-25
1
-1
/
+1
*
zebra: Add helper functions for freeing the members of nexthop group hash ent...
Stephen Worley
2019-10-25
1
-0
/
+3
*
zebra: Read in nexthop dependencies from the kernel
Stephen Worley
2019-10-25
1
-5
/
+4
*
zebra: Add dependency information for nexthop group hash entries
Stephen Worley
2019-10-25
1
-0
/
+20
*
Revert "zebra: Remove afi field in nexthop hash entry"
Stephen Worley
2019-10-25
1
-1
/
+3
*
zebra: Add ifp to zebra-side rib_add
Stephen Worley
2019-10-25
1
-0
/
+8
[next]