diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-11-11 05:57:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-11 05:57:26 +0200 |
| commit | 659f479cab45641bc0353b052c37e8d8377baf89 (patch) | |
| tree | 14a8391e636fc9ec5827f1cb68e1cb45d24fd3cd | |
| parent | 5f8c7f7d8298a9bc41185ec05480dfd48f8b5a36 (diff) | |
| parent | 769f2a23f4a1cda3274fc0a48e2c960628b945dc (diff) | |
| download | vyos-1x-659f479cab45641bc0353b052c37e8d8377baf89.tar.gz vyos-1x-659f479cab45641bc0353b052c37e8d8377baf89.zip | |
Merge pull request #4839 from dmbaturin/T7998-remove-route-cache-commands
op-mode: T7998: remove commands for viewing route cache
| -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> |
