diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:06:59 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-10-25 20:10:57 +0200 |
commit | 0437e10517aa0b6c2e3490626333a0082ff4c79f (patch) | |
tree | 498f2d6f82500fb304e37771d21d48c6185d089f /doc/manpages | |
parent | Merge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff) | |
download | frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.tar.xz frr-0437e10517aa0b6c2e3490626333a0082ff4c79f.zip |
*: spelchek
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'doc/manpages')
-rw-r--r-- | doc/manpages/common-options.rst | 2 | ||||
-rw-r--r-- | doc/manpages/zebra.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manpages/common-options.rst b/doc/manpages/common-options.rst index 74d3eb7bb..a5977a6eb 100644 --- a/doc/manpages/common-options.rst +++ b/doc/manpages/common-options.rst @@ -136,7 +136,7 @@ These following options control the daemon's VTY (interactive command line) inte NB: Unlike the other options, this option specifies a directory, not a full path. - This option is primarily used by the SNAP packaging system, its semantics may change. It should not be neccessary in most other scenarios. + This option is primarily used by the SNAP packaging system, its semantics may change. It should not be necessary in most other scenarios. MODULE LOADING -------------- diff --git a/doc/manpages/zebra.rst b/doc/manpages/zebra.rst index a8a930158..cfb368bf4 100644 --- a/doc/manpages/zebra.rst +++ b/doc/manpages/zebra.rst @@ -33,7 +33,7 @@ OPTIONS available for the |DAEMON| command: 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 < 2.6.14 doesn't allow to increase it over maximum value defined in /proc/sys/net/core/rmem_max. If you want to do it, you have to increase maximum before starting zebra. + Solution is to increase receive buffer of netlink socket. Note that kernel < 2.6.14 doesn't allow increasing it over maximum value defined in /proc/sys/net/core/rmem_max. If you want to do it, you have to increase maximum before starting zebra. Note that this affects Linux only. |