summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-09 19:26:42 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-09 19:26:42 +0200
commitb80e72a4434d62ae99c3a82805aef87381987f7a (patch)
treedc29c152d79242c1574213afed74df5906a3669e
parent07851cb05e60042b372d828581bba9902d396cc8 (diff)
downloadvyos-1x-b80e72a4434d62ae99c3a82805aef87381987f7a.tar.gz
vyos-1x-b80e72a4434d62ae99c3a82805aef87381987f7a.zip
op-mode: bgp: fix indention of common include
-rw-r--r--op-mode-definitions/include/bgp-common.xml.i44
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>&lt;AA:NN&gt; local-AS no-advertise no-export</list>
+ <list>&lt;AA:NN&gt; 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>