* main.c: With --nl-bufsize argument is required.

[pullup candidate]
This commit is contained in:
hasso 2005-01-16 23:34:02 +00:00
parent 87d683b071
commit 583d800c11
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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'},