mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +00:00
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 <philippe.guibert@6wind.com>
This commit is contained in:
parent
c84ed8700e
commit
ae520fc763
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user