summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-12 10:07:16 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-12 10:13:16 +0100
commit6a8026e1f9a18f4c3e34b376ecce58e5225ac2b3 (patch)
treea0b88fac84b752dc57df464fbf1ebddc6f0ccd71 /interface-definitions
parent9ccc353893a3a9a1dc7dfd59463d34449bf05afb (diff)
downloadvyos-1x-6a8026e1f9a18f4c3e34b376ecce58e5225ac2b3.tar.gz
vyos-1x-6a8026e1f9a18f4c3e34b376ecce58e5225ac2b3.zip
xml: bgp: fix "shutdown" help string (remove whitespace)
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/include/bgp/neighbor-shutdown.xml.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/bgp/neighbor-shutdown.xml.i b/interface-definitions/include/bgp/neighbor-shutdown.xml.i
index 6d15899a6..acc7bc5a9 100644
--- a/interface-definitions/include/bgp/neighbor-shutdown.xml.i
+++ b/interface-definitions/include/bgp/neighbor-shutdown.xml.i
@@ -1,7 +1,7 @@
<!-- include start from bgp/neighbor-shutdown.xml.i -->
<leafNode name="shutdown">
<properties>
- <help>Administratively shut down this neighbor</help>
+ <help>Administratively shutdown this neighbor</help>
<valueless/>
</properties>
</leafNode>