diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-11-08 17:38:11 +0000 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-11-08 17:38:11 +0000 |
| commit | 769f2a23f4a1cda3274fc0a48e2c960628b945dc (patch) | |
| tree | 9f138be55419bf8ad733448f94eafd862ef9d97a | |
| parent | 25224cff345210aaecaa4db95a67bd759af666fb (diff) | |
| download | vyos-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.in | 13 | ||||
| -rw-r--r-- | op-mode-definitions/show-ipv6-route.xml.in | 13 |
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><x.x.x.x> <x.x.x.x/x></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><h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x></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> |
