From: Donald Sharp Date: Thu, 1 Mar 2018 09:40:26 +0000 (-0500) Subject: zebra: Fix vrf output X-Git-Tag: frr-5.0-dev~160^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2bfe7ba7d416b6c2ea60f597cbeb0ecc711d486d;p=matthieu%2Ffrr.git zebra: Fix vrf output When you have individual 'ip route..' commands under a VRF allow them to be displayed properly Signed-off-by: Donald Sharp --- diff --git a/zebra/zebra_vrf.c b/zebra/zebra_vrf.c index 9e13f4ed6e..d401bd36e1 100644 --- a/zebra/zebra_vrf.c +++ b/zebra/zebra_vrf.c @@ -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");