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:
Daniel Walton 2017-07-05 20:14:13 +00:00
parent c6200b5467
commit a7a13e4ac4

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