]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc, zebra: remove keep_kernel option everywhere 7293/head
authorEmanuele Bovisio <emanuele.bovisio@eolo.it>
Wed, 7 Oct 2020 15:27:27 +0000 (17:27 +0200)
committerEmanuele Bovisio <emanuele.bovisio@eolo.it>
Tue, 13 Oct 2020 10:59:50 +0000 (12:59 +0200)
remove all remaining parts related to keep_kernel option

Signed-off-by: Emanuele Bovisio <emanuele.bovisio@eolo.it>
doc/manpages/frr-zebra.rst
zebra/main.c

index cfb368bf4455ae8f588b6b12383a4a6125084025..722b011ecd1991b125c0118aaaef394e0a2b6c53 100644 (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.
index 2afef46bb2163cf5f621b1d7c48a10b555fb1452..6b6409f8455ab506837d74ea53043f340ec8fe13 100644 (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'},