]> git.puffer.fish Git - matthieu/frr.git/commit
tools: correct frr-reload.py handling of bgp vni/exit-vni config
authorDon Slice <dslice@cumulusnetworks.com>
Thu, 9 Aug 2018 21:24:24 +0000 (21:24 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 10 Aug 2018 16:59:24 +0000 (09:59 -0700)
commitd60f480010f7aeb28af246097894f873f8be4e75
treed339242acc22ad4ed9ee1f99272cc0f4f1ca464d
parent7a07a176cf30db569f2a4cf37a7ad8fdf9af6516
tools: correct frr-reload.py handling of bgp vni/exit-vni config

Problem reported that when a peer-group was added in certain
configurations, it would be rejected because of the order of the
commands put in by nclu. Issued turned out to be how frr-reload.py
was handling the sub-sub-context of the vni under the address-family
and subsequently how it handled the following exit-vni.

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