From 9b81bc8c5c55cd18e69dfe214f4e8b29b5ed235c Mon Sep 17 00:00:00 2001 From: Don Slice Date: Tue, 23 Feb 2016 20:28:44 +0000 Subject: [PATCH] bgpd: Add exclamation point separators between address-family blocks Added the exclamation point and newline between each address-family block in bgp Ticket: CM-9268 Signed-off-by: Don Slice Reviewed-by: Donald Sharp --- bgpd/bgpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c index 38cabed3d5..e529232240 100644 --- a/bgpd/bgpd.c +++ b/bgpd/bgpd.c @@ -6836,7 +6836,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi, if (*write) return; - vty_out (vty, " address-family "); + vty_out (vty, "!%s address-family ", VTY_NEWLINE); if (afi == AFI_IP) { -- 2.39.5