diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-01-12 13:12:25 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-01-12 20:03:45 +0000 |
commit | 65fa4e55074652ec65b21eff457faa8f4adc9a1a (patch) | |
tree | 596a6e449c2cab0cdda1882124181ebe35a16794 /op-mode-definitions/include | |
parent | 0e5ea5a63ab9db9ae04ab09e3af42a6e8e1c4c55 (diff) | |
download | vyos-1x-65fa4e55074652ec65b21eff457faa8f4adc9a1a.tar.gz vyos-1x-65fa4e55074652ec65b21eff457faa8f4adc9a1a.zip |
opmode: T4837: add family and table arguments for ShowRoute
Diffstat (limited to 'op-mode-definitions/include')
-rw-r--r-- | op-mode-definitions/include/show-route-summary.xml.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/op-mode-definitions/include/show-route-summary.xml.i b/op-mode-definitions/include/show-route-summary.xml.i deleted file mode 100644 index 471124562..000000000 --- a/op-mode-definitions/include/show-route-summary.xml.i +++ /dev/null @@ -1,8 +0,0 @@ -<!-- included start from show-route-summary.xml.i --> -<leafNode name="summary"> - <properties> - <help>Summary of all routes</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> -</leafNode> -<!-- included end --> |