summaryrefslogtreecommitdiff
path: root/doc/zebra.8
diff options
context:
space:
mode:
authorhasso <hasso>2004-08-31 13:41:49 +0000
committerhasso <hasso>2004-08-31 13:41:49 +0000
commitc34b6b577ef58e7609de1e088e7923c4c056cfeb (patch)
tree6cc1c399962c8dec074fe21aad73cc1fc7cad3dd /doc/zebra.8
parent7b90143f14ba21f6bd3ff2c8b60f69500f46c0e8 (diff)
Commit my hack (yes, I still call it hack) - command line switch for zebra
daemon to change netlink receive buffer size.
Diffstat (limited to 'doc/zebra.8')
-rw-r--r--doc/zebra.812
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/zebra.8 b/doc/zebra.8
index 8f830152..25cbb363 100644
--- a/doc/zebra.8
+++ b/doc/zebra.8
@@ -71,6 +71,18 @@ name at the moment. Default is \fIquagga\fR.
\fB\-r\fR, \fB\-\-retain\fR
When the program terminates, retain routes added by \fBzebra\fR.
.TP
+\fB\-s\fR, \fB\-\-nl-bufsize \fR\fInetlink-buffer-size\fR
+Set netlink receive buffer size. There are cases where zebra daemon can't
+handle flood of netlink messages from kernel. If you ever see "recvmsg overrun"
+messages in zebra log, you are in trouble.
+
+Solution is to increase receive buffer of netlink socket. Note that kernel
+doesn't allow to increase it over maximum value defined in
+\fI/proc/sys/net/core/rmem_max\fR. If you want to do it, you have to increase
+maximum before starting zebra.
+
+Note that this affects Linux only.
+.TP
\fB\-v\fR, \fB\-\-version\fR
Print the version and exit.
.SH FILES