]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: "address-family" not displayed in configuration 780/head
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 5 Jul 2017 20:14:13 +0000 (20:14 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 5 Jul 2017 20:14:13 +0000 (20:14 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgpd.c

index 65b53be653642a0f5307c903f0682237fd10e38d..9dd0374c9d44e1a1afff0a5179e9c6017628ddbc 100644 (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)
     {