]> git.puffer.fish Git - mirror/frr.git/commit
tools: frr-reload.py stop bouncing peers on bfd timer change 4204/head
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 23 Apr 2019 14:54:56 +0000 (10:54 -0400)
committerDon Slice <dslice@cumulusnetworks.com>
Thu, 25 Apr 2019 17:54:54 +0000 (10:54 -0700)
commitee951352d1cc6d9579dd1a7236436edbab79b4c7
tree9a9c3bc465c639acbbee8420b115f9aecd1b0a59
parentbbd8da796b1ad74ca5ad2e6e0ff22178dcb63f0b
tools: frr-reload.py stop bouncing peers on bfd timer change

Problem reported that if a bgp neighbor had a bfd timer change
made in frr.conf and systemctl reload frr performed, the neighbor
with the timer changed bounced.  If the change is made in vtysh
by just adding the new timer values, no peer bounce occurs.  This
fix skips the delete part of the delete/add process in frr-reload
so the peers stay up.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
tools/frr-reload.py