summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2025-11-08 17:38:11 +0000
committerDaniil Baturin <daniil@baturin.org>2025-11-08 17:38:11 +0000
commit769f2a23f4a1cda3274fc0a48e2c960628b945dc (patch)
tree9f138be55419bf8ad733448f94eafd862ef9d97a
parent25224cff345210aaecaa4db95a67bd759af666fb (diff)
downloadvyos-1x-769f2a23f4a1cda3274fc0a48e2c960628b945dc.tar.gz
vyos-1x-769f2a23f4a1cda3274fc0a48e2c960628b945dc.zip
op-mode: T7998: remove commands for viewing route cache
since route cache does not exist in modern Linux versions
-rw-r--r--op-mode-definitions/show-ip-route.xml.in13
-rw-r--r--op-mode-definitions/show-ipv6-route.xml.in13
2 files changed, 0 insertions, 26 deletions
diff --git a/op-mode-definitions/show-ip-route.xml.in b/op-mode-definitions/show-ip-route.xml.in
index bbac433c7..b4f89ea89 100644
--- a/op-mode-definitions/show-ip-route.xml.in
+++ b/op-mode-definitions/show-ip-route.xml.in
@@ -31,19 +31,6 @@
</children>
</virtualTagNode>
#include <include/show-route-bgp.xml.i>
- <tagNode name="cache">
- <properties>
- <help>Show kernel route cache for a given route</help>
- <completionHelp>
- <list>&lt;x.x.x.x&gt; &lt;x.x.x.x/x&gt;</list>
- </completionHelp>
- </properties>
- <standalone>
- <help>Show kernel route cache</help>
- <command>ip -s route list cache</command>
- </standalone>
- <command>ip -s route list cache $5</command>
- </tagNode>
#include <include/show-route-connected.xml.i>
<tagNode name="forward">
<properties>
diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in
index 8690ed710..bdcacf90c 100644
--- a/op-mode-definitions/show-ipv6-route.xml.in
+++ b/op-mode-definitions/show-ipv6-route.xml.in
@@ -31,19 +31,6 @@
</children>
</virtualTagNode>
#include <include/show-route-bgp.xml.i>
- <tagNode name="cache">
- <properties>
- <help>Show kernel IPv6 route cache for a given route</help>
- <completionHelp>
- <list>&lt;h:h:h:h:h:h:h:h&gt; &lt;h:h:h:h:h:h:h:h/x&gt;</list>
- </completionHelp>
- </properties>
- <standalone>
- <help>Show kernel IPv6 route cache</help>
- <command>ip -s -f inet6 route list cache</command>
- </standalone>
- <command>ip -s -f inet6 route list cache $5</command>
- </tagNode>
#include <include/show-route-connected.xml.i>
<tagNode name="forward">
<properties>