]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Give installed nhe's the zebra proto
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 25 Jul 2019 18:00:31 +0000 (14:00 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:41 +0000 (11:13 -0400)
commit428b4c0a5d798d3a0c1984da7d02e0df86df978e
tree34a0b6a8833d309a1f3bc89e56ed7d8b7da4c5b9
parent8dbc800f42797105b53fd385eb57ac30bc372d7d
zebra: Give installed nhe's the zebra proto

Give all nhg_hash_entrys we install into the kernel
as nexthop objects a defined proto matching the zebra
rib table one. This makes sense since nhe's are proto-independent
and determined exclusively in zebra.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rt_netlink.c
zebra/zebra_dplane.c
zebra/zebra_nhg.c