summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-bgp.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-27 08:57:42 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-27 08:57:42 +0100
commitcf8df2f3995d553e87257a6a748905f888d97941 (patch)
tree7166df8a9ee2a1f3fc00b29d0bbb95e85d4baf0d /interface-definitions/protocols-bgp.xml.in
parent8732ebc46a2daddc6e4dfa05f3f70bf2ac9400af (diff)
downloadvyos-1x-cf8df2f3995d553e87257a6a748905f888d97941.tar.gz
vyos-1x-cf8df2f3995d553e87257a6a748905f888d97941.zip
smoketest: bgp: T2100: fix "simple" testcase for ebgp-requires-policy
Commit 4bf55f97 ("BGP: T2100: Adding RFC8212 option toggle.") added a CLI option to enable RFC8212 ebgp-requires-policy checks. The extended smoketests assumed that this will lead to an FRR configuration line of "bgp ebgp-requires-policy" - which is not the case as this is a default option and FRR hides default options from the config. In order to properly verify this functionality we must conduct the negative test and ensure the option is not present in the CLI at all.
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r--interface-definitions/protocols-bgp.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in
index 46b913830..cc4f9d2b6 100644
--- a/interface-definitions/protocols-bgp.xml.in
+++ b/interface-definitions/protocols-bgp.xml.in
@@ -815,7 +815,7 @@
</node>
<leafNode name="ebgp-requires-policy">
<properties>
- <help>Enable RFC8212 functionality</help>
+ <help>Require in and out policy for eBGP peers (RFC8212)</help>
<valueless/>
</properties>
</leafNode>