mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 15:16:20 +00:00
bgpd: "address-family" not displayed in configuration
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
c6200b5467
commit
a7a13e4ac4
@ -7254,7 +7254,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi,
|
||||
if (*write)
|
||||
return;
|
||||
|
||||
vty_outln (vty, " !%s address-family ", VTYNL);
|
||||
vty_out (vty, " !%s address-family ", VTYNL);
|
||||
|
||||
if (afi == AFI_IP)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user