summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorhasso <hasso>2005-01-16 23:34:02 +0000
committerhasso <hasso>2005-01-16 23:34:02 +0000
commit583d800c11922018af02420a758f974be691065f (patch)
tree57c494d56a6316cdb3ca0770e23168845336749d /zebra/main.c
parent87d683b071dc7abfb30b666960ec480e64e19ce4 (diff)
* main.c: With --nl-bufsize argument is required.
[pullup candidate]
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index 019e8d20..540bf316 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -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'},