summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ipv6-route.xml.in
AgeCommit message (Collapse)Author
2024-01-06op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" commandChristian Breunig
We've always had a command to display discrete IPv6 routes/prefixes within the global VRF. This commit also adds support for a discrete VRF. vyos@vyos:~$ show ipv6 route vrf <name> Possible completions: <Enter> Execute the current command <h:h:h:h:h:h:h:h> Show IPv6 routes of given address or prefix <h:h:h:h:h:h:h:h/x>
2023-01-16opmode: T4837: add VRF option for route summaryDaniil Baturin
2023-01-12opmode: T4837: add family and table arguments for ShowRouteDaniil Baturin
2021-12-13op-mode: xml: refactor "show ip(v6) route" to use #include building blocksChristian Poessinger
This change then adds supper to filter for given route types under a VRF instance. You will have "show ip route bgp" in the global VRF and "show ip route vrf red bgp" in the red VRF. Same commands apply to IPv6 routes.
2021-05-13op-mode: T3536: Fix desc for route longer-prefixessever-sever
2021-01-15op-mode: T3215: Fix show ipv6 route overlaps in nodessever-sever
2021-01-14op-mode: T3215: Fix show ipv6 route nodessever-sever
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger