]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: protect "could not get instance" error message with debug
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 11 Oct 2016 15:08:37 +0000 (11:08 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 11 Oct 2016 15:08:37 +0000 (11:08 -0400)
commit5969887a80113cf814aa3d280635fc8b6ddc4bc3
treeaa0042aad4f9f07d6f17e404454c000bbec45cc8
parent31303c3e827f0595a2bf04f3206baf0ecefcedbc
bgpd: protect "could not get instance" error message with debug

If bgp gets inbound connect messages on an interface associated with
a vrf, but the vrf is not defined yet in bgp, the log is filled with
continual error messages. This change moves that error message to a
debug under "debug bgp neighbor-events".  Manual testing results
applied to the ticket.

Ticket: CM-10394
Signed-off-by: Don Slice
Reviewed-by: Donald Sharp
bgpd/bgp_network.c