From 04ddf85bcc9d5ec06ef51537f5cbca97548716f3 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Fri, 15 Jan 2021 13:49:05 +0000 Subject: op-mode: T3215: Fix show ipv6 route overlaps in nodes --- op-mode-definitions/ipv6-route.xml.in | 38 ------------------------------ op-mode-definitions/show-ipv6-route.xml.in | 30 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 38 deletions(-) diff --git a/op-mode-definitions/ipv6-route.xml.in b/op-mode-definitions/ipv6-route.xml.in index fbf6489ba..28f5b1aad 100644 --- a/op-mode-definitions/ipv6-route.xml.in +++ b/op-mode-definitions/ipv6-route.xml.in @@ -24,44 +24,6 @@ ip -f inet6 neigh list - - - Show IPv6 routes - - - - - Show kernel IPv6 route cache - - ip -s -f inet6 route list cache - - - - Show kernel IPv6 route cache for a given route - - <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> - - - ip -s -f inet6 route list cache $5 - - - - Show kernel IPv6 route table - - ip -f inet6 route list - - - - Show kernel IPv6 route table for a given route - - <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> - - - ip -s -f inet6 route list $5 - - - - diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in index 9ac8687ab..065ea6f1f 100644 --- a/op-mode-definitions/show-ipv6-route.xml.in +++ b/op-mode-definitions/show-ipv6-route.xml.in @@ -19,12 +19,42 @@ vtysh -c "show ipv6 route bgp" + + + Show kernel IPv6 route cache + + ip -s -f inet6 route list cache + + + + Show kernel IPv6 route cache for a given route + + <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> + + + ip -s -f inet6 route list cache $5 + Show IPv6 connected routes vtysh -c "show ipv6 route connected" + + + Show kernel IPv6 route table + + ip -f inet6 route list + + + + Show kernel IPv6 route table for a given route + + <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> + + + ip -s -f inet6 route list $5 + Show IPv6 IS-IS routes -- cgit v1.2.3