summaryrefslogtreecommitdiff
path: root/interface-definitions/protocols-bgp.xml.in
diff options
context:
space:
mode:
authorCheeze_It <none@none.com>2021-02-25 17:30:03 -0700
committerCheeze_It <none@none.com>2021-02-26 13:51:10 -0700
commit4bf55f9732dd44d2297d70c0587604df90a39757 (patch)
tree90bd23eaea14d8694a533371e4c45ec0ec9c68ff /interface-definitions/protocols-bgp.xml.in
parent3c64c79d7977869da3ca4dc70eb97ff9c6682e52 (diff)
downloadvyos-1x-4bf55f9732dd44d2297d70c0587604df90a39757.tar.gz
vyos-1x-4bf55f9732dd44d2297d70c0587604df90a39757.zip
BGP: T2100: Adding RFC8212 option toggle.
In this commit we add the default operation within BGP to have RFC8212 disabled for eBGP routes. This default should preserve the normal behavior for VyOS from earlier releases of FRR to the current latest release. Another option that we add is the ability to toggle whether or not RFC8212 is enabled or disabled.
Diffstat (limited to 'interface-definitions/protocols-bgp.xml.in')
-rw-r--r--interface-definitions/protocols-bgp.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/protocols-bgp.xml.in b/interface-definitions/protocols-bgp.xml.in
index 4af53acdc..3f3b2661d 100644
--- a/interface-definitions/protocols-bgp.xml.in
+++ b/interface-definitions/protocols-bgp.xml.in
@@ -805,6 +805,12 @@
</tagNode>
</children>
</node>
+ <leafNode name="ebgp-requires-policy">
+ <properties>
+ <help>Enable RFC8212 functionality</help>
+ <valueless/>
+ </properties>
+ </leafNode>
<node name="graceful-restart">
<properties>
<help>Graceful restart capability parameters</help>