]> git.puffer.fish Git - mirror/frr.git/commit
zebra: handle zapi routes with NHG ID set
authorStephen Worley <sworley@cumulusnetworks.com>
Sun, 10 May 2020 21:32:24 +0000 (17:32 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:40:59 +0000 (12:40 -0400)
commit50db3f2f1df221d1e3cdf450f672c4d558be66b6
tree8195578f411e8c381f7a374cee8a867ba91b681e
parentdd1e105fe35c69da2649d72656ef68e1218699ae
zebra: handle zapi routes with NHG ID set

Add code to properly handle routes sent with NHG ID rather
than a nexthop_group.

For now, we separate this from backup nexthop handling since that
should probably be added to the nhg_proto_add calls.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zapi_msg.c
zebra/zebra_rib.c