Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-06 | op-mode: T5904: add "show ipv6 route vrf <name> <prefix>" command | Christian 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-16 | opmode: T4837: add VRF option for route summary | Daniil Baturin | |
2023-01-12 | opmode: T4837: add family and table arguments for ShowRoute | Daniil Baturin | |
2021-12-13 | op-mode: xml: refactor "show ip(v6) route" to use #include building blocks | Christian 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-13 | op-mode: T3536: Fix desc for route longer-prefixes | sever-sever | |
2021-01-15 | op-mode: T3215: Fix show ipv6 route overlaps in nodes | sever-sever | |
2021-01-14 | op-mode: T3215: Fix show ipv6 route nodes | sever-sever | |
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |