]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: multipath number checks with NHG proto
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 22 Jul 2020 18:02:11 +0000 (14:02 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:41:00 +0000 (12:41 -0400)
commite270f004ae4cc2d33108a0931d8c9db649ed47dd
tree03486f967572626426be67f83927f7a1e72a8d22
parent8155e8c592199b27d73b800f471447f27add8826
zebra: multipath number checks with NHG proto

Get the multipath number checks working with proto-based NHG
message decoding in zapi_msg.c

Modify the function that checks this for routes to work without
being passed a prefix as is the case with NHG creates.

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