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
This commit is contained in:
Don Slice 2016-02-23 20:28:44 +00:00
parent 02ba10e595
commit 9b81bc8c5c

View File

@ -6836,7 +6836,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi,
if (*write) if (*write)
return; return;
vty_out (vty, " address-family "); vty_out (vty, "!%s address-family ", VTY_NEWLINE);
if (afi == AFI_IP) if (afi == AFI_IP)
{ {