]> git.puffer.fish Git - mirror/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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 21 Oct 2022 04:44:21 +0000 (04:44 +0000)
commit6f95deb06c3f7e414b9d3f731054cf67a16a77ee
tree8af8a4d951004ea39968eec6d81f97d5921cd04b
parent5e82185636dd92334b0595186a90ef2c6f63c3bf
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>
(cherry picked from commit 040a0e6d26cb446806f940130c2fac95c2b0f441)
zebra/zebra_nhg.c