summaryrefslogtreecommitdiff
path: root/zebra
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
parent87d683b071dc7abfb30b666960ec480e64e19ce4 (diff)
* main.c: With --nl-bufsize argument is required.
[pullup candidate]
Diffstat (limited to 'zebra')
-rw-r--r--zebra/ChangeLog4
-rw-r--r--zebra/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index d54d8a9b..8f34c94c 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -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
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'},