summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ipv6-route.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-01-16 16:19:42 +0000
committerDaniil Baturin <daniil@baturin.org>2023-01-16 16:23:05 +0000
commit45d0193ad16f69f64685576ba8190a5b1c35ce04 (patch)
tree826a05efef343aa5dd9f160a1d6ba659cbe29afe /op-mode-definitions/show-ipv6-route.xml.in
parent6c9c4144df327d6c27d559c8a0c14317da3a2588 (diff)
downloadvyos-1x-45d0193ad16f69f64685576ba8190a5b1c35ce04.tar.gz
vyos-1x-45d0193ad16f69f64685576ba8190a5b1c35ce04.zip
opmode: T4837: add VRF option for route summary
Diffstat (limited to 'op-mode-definitions/show-ipv6-route.xml.in')
-rw-r--r--op-mode-definitions/show-ipv6-route.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in
index 30ea208c1..7df1a873a 100644
--- a/op-mode-definitions/show-ipv6-route.xml.in
+++ b/op-mode-definitions/show-ipv6-route.xml.in
@@ -76,6 +76,12 @@
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
<children>
+ <node name="summary">
+ <properties>
+ <help>Summary of all routes in the VRF</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/route.py show_summary --family inet6 --vrf $5</command>
+ </node>
#include <include/show-route-bgp.xml.i>
#include <include/show-route-connected.xml.i>
#include <include/show-route-isis.xml.i>
@@ -83,7 +89,6 @@
#include <include/show-route-ospfv3.xml.i>
#include <include/show-route-ripng.xml.i>
#include <include/show-route-static.xml.i>
- #include <include/show-route-summary.xml.i>
#include <include/show-route-supernets-only.xml.i>
#include <include/show-route-table.xml.i>
#include <include/show-route-tag.xml.i>