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:
Emanuele Bovisio 2020-10-07 17:27:27 +02:00
parent 43bb4c9b8f
commit 2a3a97be8c
2 changed files with 0 additions and 5 deletions

View File

@ -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.

View File

@ -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'},