]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Fix vrf output
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 1 Mar 2018 09:40:26 +0000 (04:40 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Mar 2018 18:50:37 +0000 (13:50 -0500)
When you have individual 'ip route..' commands
under a VRF allow them to be displayed properly

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_vrf.c

index 9e13f4ed6e01a477d4b5a004527f58d4b28a85b0..d401bd36e1deebe153bfcfb2259dfe8f97053127 100644 (file)
@@ -568,7 +568,6 @@ static int vrf_config_write(struct vty *vty)
                                                ? " prefix-routes-only"
                                                : "");
                        zebra_ns_config_write(vty, (struct ns *)vrf->ns_ctxt);
-                       vty_out(vty, "!\n");
                }
 
                static_config(vty, zvrf, AFI_IP, SAFI_UNICAST, "ip route");