]> git.proxmox.com Git - mirror_frr.git/commit - tools/frr-reload.py
tools: fix blackhole static changes in frr-reload.py
authorDon Slice <dslice@cumulusnetworks.com>
Fri, 25 Jan 2019 18:37:03 +0000 (13:37 -0500)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 26 Feb 2019 14:08:27 +0000 (14:08 +0000)
commit348135a5da8dc9f2c140fbd4131d05f97e4625c6
treec95178507d2272ad7d694ec334525232447898fd
parent4923d6ed9822deae74aa71775337a8f1b51da3ec
tools: fix blackhole static changes in frr-reload.py

Problem caused when nclu is used to create "ip route 1.1.1.0/24
blackhole" because frr-reload.py changed the line to Null0 instead
of blackhole.  If nclu tries to delete it using the same line as
entered, the commit fails since it doesn't match.

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