From acb1655da05c9743dccbcfdc3ffaa0556f014e56 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Mon, 25 Sep 2017 16:13:11 +0200 Subject: [PATCH] bgpd: skip run as option can be reused the '-S' option was not usable, whereas it was shown on the vty. Enable the '-S' option. Signed-off-by: Philippe Guibert --- bgpd/bgp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 5eb7cb634f..79a294bd4f 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -347,7 +347,7 @@ int main(int argc, char **argv) frr_preinit(&bgpd_di, argc, argv); frr_opt_add( - "p:l:rne:", longopts, + "p:l:rSne:", longopts, " -p, --bgp_port Set bgp protocol's port number\n" " -l, --listenon Listen on specified address (implies -n)\n" " -r, --retain When program terminates, retain added route by bgpd.\n" -- 2.39.5