]> git.puffer.fish Git - mirror/frr.git/commit
tools: keep exit-vrf to change context correctly between vrfs 3872/head
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 11 Feb 2019 19:17:40 +0000 (14:17 -0500)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 26 Feb 2019 14:23:53 +0000 (14:23 +0000)
commit06ad470d7cdc2b6c3cf9a8a2f150a72969d744ce
treeb496e438a37d24b0adbfc35961e3ed18cd82a5f2
parent4923d6ed9822deae74aa71775337a8f1b51da3ec
tools: keep exit-vrf to change context correctly between vrfs

Discovered in testing that if a static route in the default table
was entered immediately after a vrf static block, the static route
intended for the default table was put in the vrf instead.  This
fix retains the "exit-vrf" statement which causes the following
static routes to appear in the default table correctly.

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