mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-15 16:32:01 +00:00
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:
parent
02ba10e595
commit
9b81bc8c5c
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user