mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:27:09 +00:00
* main.c: With --nl-bufsize argument is required.
[pullup candidate]
This commit is contained in:
parent
87d683b071
commit
583d800c11
@ -1,3 +1,7 @@
|
||||
2005-01-17 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* main.c: With --nl-bufsize argument is required.
|
||||
|
||||
2005-01-05 Paul Jakma <paul@dishone.st>
|
||||
|
||||
* zserv.c: (zebra_accept) Comment out setting of socket to NONBLOCK
|
||||
|
@ -76,7 +76,7 @@ struct option longopts[] =
|
||||
{ "vty_port", required_argument, NULL, 'P'},
|
||||
{ "retain", no_argument, NULL, 'r'},
|
||||
#ifdef HAVE_NETLINK
|
||||
{ "nl-bufsize", no_argument, NULL, 's'},
|
||||
{ "nl-bufsize", required_argument, NULL, 's'},
|
||||
#endif /* HAVE_NETLINK */
|
||||
{ "user", required_argument, NULL, 'u'},
|
||||
{ "group", required_argument, NULL, 'g'},
|
||||
|
Loading…
Reference in New Issue
Block a user