]> git.puffer.fish Git - mirror/frr.git/commit
tools: stop frr-reload.py from trying to delete the vrf context 3485/head
authorDon Slice <dslice@cumulusnetworks.com>
Fri, 14 Dec 2018 13:11:05 +0000 (13:11 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 14 Dec 2018 13:11:05 +0000 (13:11 +0000)
commit2a2b64e487760529d2dd52140201b851ed6c6761
treec1e9930b54cd51f8840152e539372008f7c32c71
parent9c3f61e5833b28076d1dd0f8437536d03ef0439a
tools: stop frr-reload.py from trying to delete the vrf context

Problem seen when removing last config item under the vrf context,
where frr-reload.py tries instead to delete the vrf context itself.
Since that is not permitted on an active vrf, the command errors
out and nothing is deleted.

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