]> git.puffer.fish Git - mirror/frr.git/commit
tools: stop repeating lines to delete for multiple bfd timer changes 5330/head
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 11 Nov 2019 20:45:32 +0000 (15:45 -0500)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 13 Nov 2019 15:19:36 +0000 (15:19 +0000)
commitc32ab5cfef8899198dbb0bb4e391f09884d737b7
tree7bdaed8dfa2bfa176ea3197fcd78f21d220923bf
parenta6ac9df8eaed9a27c5a7711d354e2ba39d8bcb02
tools: stop repeating lines to delete for multiple bfd timer changes

Problem reported with tracebacks seen when making multiple bfd timer
changes in frr.conf and applying via frr-reload.py.  Found that when
multiple bfd timer changes are made, the same line can be added for
deletion more than once, causing the traceback when the deletion is
performed.  This fix verifies the correct line is being appended for
deletion.

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