From 2bfe7ba7d416b6c2ea60f597cbeb0ecc711d486d Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 1 Mar 2018 04:40:26 -0500 Subject: [PATCH] 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 --- zebra/zebra_vrf.c | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.5