From: Daniel Walton Date: Tue, 8 Mar 2016 16:14:39 +0000 (+0000) Subject: Exclamation points are missing at the end of an address-family X-Git-Tag: frr-2.0-rc1~1068^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3914b418c57118dbeb5acc88303ea5786e3c61ed;p=mirror%2Ffrr.git Exclamation points are missing at the end of an address-family sub-context Signed-off-by: Daniel Walton Reviewed-by: Don Slice Ticket: CM-9268 --- diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 868f8c0cb6..10b9c4dea9 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -6842,7 +6842,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi, if (*write) return; - vty_out (vty, "!%s address-family ", VTY_NEWLINE); + vty_out (vty, " !%s address-family ", VTY_NEWLINE); if (afi == AFI_IP) {