]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix debug of filtering out prefix due to routemap
authorDonald Sharp <sharpd@nvidia.com>
Wed, 19 Oct 2022 16:44:55 +0000 (12:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 20 Oct 2022 11:43:45 +0000 (07:43 -0400)
commit040a0e6d26cb446806f940130c2fac95c2b0f441
tree5c16b0ee6b4fe517fe387a3bf0042b2cda95dc22
parent4ca122525dd4b6df5e6c152059f4a1dbef1d6338
zebra: Fix debug of filtering out prefix due to routemap

The debug for notification about a filtered prefix was
just printing the nexthop ifindex and vrf id.  Not all
nexthops have this data.  Just print out the actual nexthop

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_nhg.c