]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Cleanup debugs and add a bit more info
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 9 Apr 2018 18:09:35 +0000 (14:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 9 Apr 2018 18:09:35 +0000 (14:09 -0400)
commit45df4e9667406c14d12afe353a176de8ee9014f7
tree5281b18dd4b38051b9c7287e96c2624ee96a9a51
parent8227cf93336730f6359db5c6c682eb97828c5da9
zebra: Cleanup debugs and add a bit more info

This commit does 2 things:

1) When receiving a route from the kernel, display the incoming
table as part of the debug, to facilatate knowing what we are
talking about as part of the debug.

2) When displaying nexthop information for routes we were sending
to the kernel, no need to display the route information every time
Display the route then the individual nexthops for what we are doing.

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