diff options
author | Emanuele Bovisio <emanuele.bovisio@eolo.it> | 2020-10-07 17:27:27 +0200 |
---|---|---|
committer | Emanuele Bovisio <emanuele.bovisio@eolo.it> | 2020-10-13 12:59:50 +0200 |
commit | 2a3a97be8c2855f7a57a7ebd95d7593da461a427 (patch) | |
tree | 53e4bd8375a11fa9dca79bc7bd83c5d6e121556d /zebra | |
parent | Merge pull request #7287 from taspelund/ipv4-lu-show-routes (diff) | |
download | frr-2a3a97be8c2855f7a57a7ebd95d7593da461a427.tar.xz frr-2a3a97be8c2855f7a57a7ebd95d7593da461a427.zip |
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>
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index 2afef46bb..6b6409f84 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -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'}, |