]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Guard debugs in interface speed check
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Jul 2017 13:45:15 +0000 (09:45 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Aug 2017 14:28:54 +0000 (10:28 -0400)
commitbd7d02999f1d1c2a4aaa484c24738d31f80aab82
treec408168cb80ee6c6da05c3544f60db72080e3af7
parent4192df64c9185b48d60deefac81927a25fb688a9
zebra: Guard debugs in interface speed check

Not being able to get the interface speed is a common
occurrence for some interface types.  Convert this
these outputs to a guarded debug.

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