]> git.puffer.fish Git - matthieu/frr.git/commit
tools: fix more frr-reload vrf static errors
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 14 Jul 2020 14:39:06 +0000 (14:39 +0000)
committerDon Slice <dslice@nvidia.com>
Fri, 17 Jul 2020 16:45:54 +0000 (16:45 +0000)
commiteb9113dfe3888556554eefa3bc3ef75cb4734d2b
treec29c52c05d76a44dc48878b08afa3120e5ae5f60
parent98145f13e228c7a79195788531168c60c1e0f392
tools: fix more frr-reload vrf static errors

Reported that in certain config changes, a static intended for the
default table would be duplicated into a vrf context.  Determined
that we still weren't keeping or adding the exit-vrf command when
necessary to keep the contexts straight.  Added logic to look for
the failing circumstances and add or remove the delete of the
exit-vrf command as needed.

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