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 | 6 |
1 files changed, 3 insertions, 3 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 index 3bea5cf13..224fa6b45 100644 --- a/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i +++ b/op-mode-definitions/include/bgp-prefix-bestpath-multipath.xml.i @@ -3,18 +3,18 @@ <properties> <help>Display only the bestpath</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="multipath"> <properties> <help>Display only multipaths</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <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>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <!-- included end --> |