]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Move netlink error message under a debug
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 18 Oct 2016 17:18:49 +0000 (10:18 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 18 Oct 2016 17:24:06 +0000 (10:24 -0700)
commit36602be128d4f4e49c19555a194430b9691c9a30
treecf935e27f794a5b3501388c97b7d2e60772eaaf7
parent5969887a80113cf814aa3d280635fc8b6ddc4bc3
zebra: Move netlink error message under a debug

In some circumstances, the quagga log is being filled with repetitive
error messages reporting "network is down" with RTM_NEWROUTE.  Moved this
particular scenario under "debug zebra kernel" instead of making it an
unprotected error message.  Manually tested using the same script with and
without the fix to verify the message is suppressed.

Ticket: CM-11173
Signed-off-by: Don Slice
Reviewed-by: Donald Sharp
zebra/rt_netlink.c