diff options
-rw-r--r-- | op-mode-definitions/include/bgp-common.xml.i | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/op-mode-definitions/include/bgp-common.xml.i b/op-mode-definitions/include/bgp-common.xml.i index a1154d965..788fefd2c 100644 --- a/op-mode-definitions/include/bgp-common.xml.i +++ b/op-mode-definitions/include/bgp-common.xml.i @@ -52,7 +52,7 @@ <properties> <help>Display routes matching the specified communities</help> <completionHelp> -<list><AA:NN> local-AS no-advertise no-export</list> + <list><AA:NN> local-AS no-advertise no-export</list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> @@ -64,10 +64,10 @@ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> <leafNode name="exact-match"> -<properties> - <help>Show BGP routes exactly matching specified community list</help> -</properties> -<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <properties> + <help>Show BGP routes exactly matching specified community list</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> </tagNode> @@ -75,34 +75,34 @@ <properties> <help>Show detailed BGP IPv4 unicast neighbor information</help> <completionHelp> -<script>vtysh -c "show ip bgp ipv4 unicast summary" | awk '{print $1}' | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b"</script> + <script>vtysh -c "show ip bgp ipv4 unicast summary" | awk '{print $1}' | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b"</script> </completionHelp> </properties> <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>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <properties> + <help>Show routes advertised to a BGP neighbor</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="prefix-counts"> -<properties> - <help>Show detailed prefix count information</help> -</properties> -<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <properties> + <help>Show detailed prefix count information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="received-routes"> -<properties> - <help>Show the received routes from neighbor</help> -</properties> -<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <properties> + <help>Show the received routes from neighbor</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> <leafNode name="routes"> -<properties> - <help>Show routes learned from neighbor</help> -</properties> -<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + <properties> + <help>Show routes learned from neighbor</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> </children> </tagNode> |