mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 02:22:48 +00:00
doc, zebra: remove keep_kernel option everywhere
remove all remaining parts related to keep_kernel option Signed-off-by: Emanuele Bovisio <emanuele.bovisio@eolo.it>
This commit is contained in:
parent
43bb4c9b8f
commit
2a3a97be8c
@ -25,10 +25,6 @@ OPTIONS available for the |DAEMON| command:
|
||||
|
||||
Runs in batch mode, zebra parses its config and exits.
|
||||
|
||||
.. option:: -k, --keep_kernel
|
||||
|
||||
On startup, don't delete self inserted routes.
|
||||
|
||||
.. option:: -s, --nl-bufsize <netlink-buffer-size>
|
||||
|
||||
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.
|
||||
|
@ -87,7 +87,6 @@ uint32_t nl_rcvbufsize = 4194304;
|
||||
const struct option longopts[] = {
|
||||
{"batch", no_argument, NULL, 'b'},
|
||||
{"allow_delete", no_argument, NULL, 'a'},
|
||||
{"keep_kernel", no_argument, NULL, 'k'},
|
||||
{"socket", required_argument, NULL, 'z'},
|
||||
{"ecmp", required_argument, NULL, 'e'},
|
||||
{"retain", no_argument, NULL, 'r'},
|
||||
|
Loading…
Reference in New Issue
Block a user