diff options
Diffstat (limited to 'op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i b/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i index 6de666603..dc0926375 100644 --- a/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i +++ b/op-mode-definitions/include/bgp-afi-ipv4-ipv6-common.xml.i @@ -8,94 +8,94 @@ <properties> <help>Should accept local VPN route if exported and imported into different VRF (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="accept-own-nexthop"> <properties> <help>Should accept VPN route with local nexthop (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="blackhole"> <properties> <help>Inform EBGP peers to blackhole traffic to prefix (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="exact-match"> <properties> <help>Exact match of the communities</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="graceful-shutdown"> <properties> <help>Graceful shutdown (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="llgr-stale"> <properties> <help>Staled Long-lived Graceful Restart VPN route (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="local-AS"> <properties> <help>Do not send outside local AS (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="no-advertise"> <properties> <help>Do not advertise to any peer (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="no-export"> <properties> <help>Do not export to next AS (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="no-llgr"> <properties> <help>Removed because Long-lived Graceful Restart was not enabled for VPN route (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="no-peer"> <properties> <help>Do not export to any peer (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="route-filter-translated-v4"> <properties> <help>RT translated VPNv4 route filtering (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="route-filter-translated-v6"> <properties> <help>RT translated VPNv6 route filtering (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="route-filter-v4"> <properties> <help>RT VPNv4 route filtering (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="route-filter-v6"> <properties> <help>RT VPNv6 route filtering (well-known community)</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> <tagNode name="community-list"> <properties> @@ -109,10 +109,10 @@ <properties> <help>Show BGP routes exactly matching specified community list</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> <node name="dampening"> <properties> @@ -123,19 +123,19 @@ <properties> <help>Display paths suppressed due to dampening</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="flap-statistics"> <properties> <help>Display flap statistics of routes</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="parameters"> <properties> <help>Display detail of configured dampening parameters</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> </node> @@ -151,13 +151,13 @@ <properties> <help>Show BGP routes matching the specified large-communities</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> <leafNode name="neighbors"> <properties> <help>Detailed information on TCP and BGP neighbor connections</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <tagNode name="neighbors"> <properties> @@ -166,31 +166,31 @@ <script>vtysh -c 'show bgp summary' | awk '{print $1'} | grep -e '^[0-9a-f]'</script> </completionHelp> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> <leafNode name="advertised-routes"> <properties> <help>Show routes advertised to a BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="dampened-routes"> <properties> <help>Show dampened routes received from BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="flap-statistics"> <properties> <help>Show flap statistics of the routes learned from BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="prefix-counts"> <properties> <help>Show detailed prefix count information for BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <node name="received"> <properties> @@ -201,7 +201,7 @@ <properties> <help>Show prefixlist filter</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> </node> @@ -209,13 +209,13 @@ <properties> <help>Show received routes from BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="routes"> <properties> <help>Show routes learned from BGP neighbor</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> </tagNode> @@ -223,13 +223,13 @@ <properties> <help>Display routes conforming to the prefix-list</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> <tagNode name="regexp"> <properties> <help>Display routes matching the AS path regular expression</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> <tagNode name="route-map"> <properties> @@ -238,6 +238,6 @@ <path>policy route-map</path> </completionHelp> </properties> - <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </tagNode> <!-- included end --> |