]> git.puffer.fish Git - mirror/frr.git/commit
bgp: Anti-Yammer Patch
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 Apr 2016 02:08:49 +0000 (22:08 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 Apr 2016 02:08:49 +0000 (22:08 -0400)
commitc26cb638153f210052ba6e7be390a9bb863f0586
tree7267c2eab0e9e92e9ecc2960b75ea1c6db638312
parentd651649ed523e70e28ee7030ef91be38bed9f155
bgp: Anti-Yammer Patch

When you shutdown interfaces with ifdown -a -X eth0
bgp would still attempt to talk to it's configured
neighbors but since the interface is down it would
just complain and complain.  Now that we have
somewhat aggressive timers the error message
really starts to show up.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_network.c