]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add a breadcrumb for when we ignore a route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 25 May 2018 18:45:16 +0000 (14:45 -0400)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 30 May 2018 08:03:10 +0000 (10:03 +0200)
commit45db1191b17cf1d2d49f6ddb25d41e93a89f9d7e
treea9b4ab3315e3725a9ee9fad40a153c13794d52c9
parent0b821bb5ee05fd1b1ff552c71d4d1db9fb12213f
zebra: Add a breadcrumb for when we ignore a route

When we receive a route that we think we own and we
are not in startup conditions, then add a small debug
to help debug the issue when this happens, instead
of silently just ignoring the route.

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