summaryrefslogtreecommitdiff
path: root/interface-definitions/policy.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-23 12:27:02 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-23 12:27:02 +0200
commit8f304d2e214c9123b106b2feab8d310912c6b000 (patch)
tree889c8d509f0d509b9d4330f790e3403bd8a6ac50 /interface-definitions/policy.xml.in
parentc17f259d09abd2bf632d09400fe8deb4c2781d32 (diff)
downloadvyos-1x-8f304d2e214c9123b106b2feab8d310912c6b000.tar.gz
vyos-1x-8f304d2e214c9123b106b2feab8d310912c6b000.zip
xml: T3573: add missing route-map as-path-prepend, origin and community help strings
Diffstat (limited to 'interface-definitions/policy.xml.in')
-rw-r--r--interface-definitions/policy.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in
index 900fac27e..1dba59312 100644
--- a/interface-definitions/policy.xml.in
+++ b/interface-definitions/policy.xml.in
@@ -912,7 +912,7 @@
</leafNode>
<leafNode name="as-path-prepend">
<properties>
- <help>as-path-prepend_help</help>
+ <help>Prepend string for a Border Gateway Protocol (BGP) AS-path attribute</help>
<valueHelp>
<format>txt</format>
<description>BGP AS path prepend string (ex: "64501 64501")</description>
@@ -961,7 +961,7 @@
</node>
<leafNode name="community">
<properties>
- <help>community_help</help>
+ <help>Border Gateway Protocl (BGP) community attribute</help>
<completionHelp>
<list>local-AS no-advertise no-export internet additive none</list>
</completionHelp>
@@ -1129,7 +1129,7 @@
</leafNode>
<leafNode name="origin">
<properties>
- <help>origin_help</help>
+ <help>Border Gateway Protocl (BGP) origin code</help>
<completionHelp>
<list>igp egp incomplete</list>
</completionHelp>