summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2017-07-05 22:14:13 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2017-07-05 22:14:13 +0200
commita7a13e4ac42f0d31d3d200cb8f354e5a6c811786 (patch)
treeb7fb7b33d82d0b32e1418c05e10b0c7ba252afa1
parentMerge pull request #742 from qlyoung/hashstats (diff)
downloadfrr-a7a13e4ac42f0d31d3d200cb8f354e5a6c811786.tar.xz
frr-a7a13e4ac42f0d31d3d200cb8f354e5a6c811786.zip
bgpd: "address-family" not displayed in configuration
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--bgpd/bgpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index 65b53be65..9dd0374c9 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -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)
{