mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 18:20:15 +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)
|
if (*write)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
vty_outln (vty, " !%s address-family ", VTYNL);
|
vty_out (vty, " !%s address-family ", VTYNL);
|
||||||
|
|
||||||
if (afi == AFI_IP)
|
if (afi == AFI_IP)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user