diff options
Diffstat (limited to 'op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i b/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i deleted file mode 100644 index 224fa6b45..000000000 --- a/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i +++ /dev/null @@ -1,20 +0,0 @@ -<!-- included start from bgp-prefix-bestpath-multipath.xml.i --> -<leafNode name="bestpath"> - <properties> - <help>Display only the bestpath</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> -</leafNode> -<leafNode name="multipath"> - <properties> - <help>Display only multipaths</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> -</leafNode> -<leafNode name="longer-prefixes"> - <properties> - <help>Display route and more specific routes</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> -</leafNode> -<!-- included end --> |