diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-01-16 16:19:42 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-01-16 16:23:05 +0000 |
commit | 45d0193ad16f69f64685576ba8190a5b1c35ce04 (patch) | |
tree | 826a05efef343aa5dd9f160a1d6ba659cbe29afe /op-mode-definitions/show-ip-route.xml.in | |
parent | 6c9c4144df327d6c27d559c8a0c14317da3a2588 (diff) | |
download | vyos-1x-45d0193ad16f69f64685576ba8190a5b1c35ce04.tar.gz vyos-1x-45d0193ad16f69f64685576ba8190a5b1c35ce04.zip |
opmode: T4837: add VRF option for route summary
Diffstat (limited to 'op-mode-definitions/show-ip-route.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-route.xml.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/op-mode-definitions/show-ip-route.xml.in b/op-mode-definitions/show-ip-route.xml.in index 63b04fcd0..681aa089f 100644 --- a/op-mode-definitions/show-ip-route.xml.in +++ b/op-mode-definitions/show-ip-route.xml.in @@ -77,6 +77,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 inet --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> @@ -84,7 +90,6 @@ #include <include/show-route-ospf.xml.i> #include <include/show-route-rip.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-tag.xml.i> </children> |