diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-23 12:27:02 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-23 12:27:02 +0200 |
commit | 8f304d2e214c9123b106b2feab8d310912c6b000 (patch) | |
tree | 889c8d509f0d509b9d4330f790e3403bd8a6ac50 | |
parent | c17f259d09abd2bf632d09400fe8deb4c2781d32 (diff) | |
download | vyos-1x-8f304d2e214c9123b106b2feab8d310912c6b000.tar.gz vyos-1x-8f304d2e214c9123b106b2feab8d310912c6b000.zip |
xml: T3573: add missing route-map as-path-prepend, origin and community help strings
-rw-r--r-- | interface-definitions/policy.xml.in | 6 |
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> |