]> git.puffer.fish Git - mirror/frr.git/commitdiff
Exclamation points are missing at the end of an address-family
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 8 Mar 2016 16:14:39 +0000 (16:14 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 8 Mar 2016 16:14:39 +0000 (16:14 +0000)
sub-context

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Ticket: CM-9268

bgpd/bgpd.c

index 868f8c0cb61435ab3764157a713b98ce3f6f6820..10b9c4dea956d57c939da98418d5fbed97e1a028 100644 (file)
@@ -6842,7 +6842,7 @@ bgp_config_write_family_header (struct vty *vty, afi_t afi, safi_t safi,
   if (*write)
     return;
 
-  vty_out (vty, "!%s address-family ", VTY_NEWLINE);
+  vty_out (vty, " !%s address-family ", VTY_NEWLINE);
 
   if (afi == AFI_IP)
     {