Merge pull request #780 from dwalton76/bgpd-address-family-vty-out

bgpd: "address-family" not displayed in configuration
This commit is contained in:
Quentin Young 2017-07-05 17:17:04 -04:00 committed by GitHub
commit ca03eeeec7

View File

@ -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)
{