diff options
| -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> |
