From: Philippe Guibert Date: Mon, 25 Sep 2017 14:13:11 +0000 (+0200) Subject: bgpd: skip run as option can be reused X-Git-Tag: frr-4.0-dev~278^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ae520fc76377db38869a3b3f880c56a0a38618b2;p=matthieu%2Ffrr.git 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 --- 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"