]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Improve debugging when we can't find a route to delete
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 21:45:55 +0000 (17:45 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 25 Jun 2019 21:47:41 +0000 (17:47 -0400)
commit82d7d0e28a10448725b16e1f10bc17c359176ed3
treea286699b3e074332175131a8896d48967f9c7de0
parenteae1601c4d97cf54d977c6b804a2196224836673
zebra: Improve debugging when we can't find a route to delete

Improve debugging when we cannot find a route to delete
that we have been told to delete.

New output:

2019/06/25 17:43:49 ZEBRA: default[0]:4.5.6.7/32 doesn't exist in rib
2019/06/25 17:43:49 ZEBRA: default[0]:4.5.6.8/32 doesn't exist in rib

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