]> git.puffer.fish Git - matthieu/frr.git/commit
*: Fix up improper handling of nexthops for nexthop tracking
authorDonald Sharp <sharpd@nvidia.com>
Fri, 11 Oct 2024 18:01:10 +0000 (14:01 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 15 Oct 2024 15:57:23 +0000 (11:57 -0400)
commit645a9e4f8389226227af24088b8b55a4246aaed6
tree8f4fdb9caf630c3b90ec4ba422517396e92cba53
parent0aef4e40418d1b47f3c3e460b5e0fd61ad6819f7
*: Fix up improper handling of nexthops for nexthop tracking

Currently FRR needs to send a uint16_t value for the number
of nexthops as well it needs the ability to properly decode
all of this.  Find and handle all the places that this happens.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/zclient.c
pimd/pim_zlookup.c
staticd/static_zebra.c
zebra/zapi_msg.c
zebra/zebra_rnh.c
zebra/zebra_srte.c