]> git.proxmox.com Git - mirror_frr.git/commit
tools: resolve issue with bfd timer change fix in frr-reload.py
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 19 Nov 2019 13:03:51 +0000 (05:03 -0800)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 19 Nov 2019 13:40:23 +0000 (13:40 +0000)
commitdeb2d4019e3cec05c7cef8f2c8611159b778e009
treec1ecdb2e7059e7688cf821b0b6c6d73ce0021507
parent5ab1b40c57ba1e669c225569fe3603cfa8261bb7
tools: resolve issue with bfd timer change fix in frr-reload.py

Found that while the previous fix solved the traceback and created
the correct configuration, it was doing a delete/add process rather
than just an add.  This was due to an incorrectly created search
string. This commit fixes that search string and testing verifies
that the correct thing is now being done.

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