]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: remove the "exit" at the end of "router bgp"
authorDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 7 Oct 2016 14:13:26 +0000 (14:13 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Fri, 7 Oct 2016 14:13:26 +0000 (14:13 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgpd.c

index c2af6852f9a09dc046f0f5322708be9008d61cc2..7d47f18e5410e5f935a098f9d5a2c970006ab1ec 100644 (file)
@@ -7359,8 +7359,6 @@ bgp_config_write (struct vty *vty)
       write += bgp_rfapi_cfg_write(vty, bgp);
 #endif
 
-      vty_out (vty, " exit%s", VTY_NEWLINE);
-
       write++;
     }
   return write;