From ae520fc76377db38869a3b3f880c56a0a38618b2 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 fa8c45b004..dfd639c92c 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -320,7 +320,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