mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
Merge pull request #780 from dwalton76/bgpd-address-family-vty-out
bgpd: "address-family" not displayed in configuration
This commit is contained in:
commit
ca03eeeec7
@ -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