summaryrefslogtreecommitdiff
path: root/interface-definitions/include/bgp/neighbor-capability.xml.i
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-18 21:52:50 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-09-19 16:49:34 +0000
commit7f08523bb7c59e41f88db10b0892f9103ea09cdd (patch)
tree1565620e9c3dc9f90d2bd7adda6a29bc0a22c56a /interface-definitions/include/bgp/neighbor-capability.xml.i
parent89f650f3db2dc41750ea15813269416ac5def2e4 (diff)
downloadvyos-1x-7f08523bb7c59e41f88db10b0892f9103ea09cdd.tar.gz
vyos-1x-7f08523bb7c59e41f88db10b0892f9103ea09cdd.zip
bgp: T5596: add new features from FRR 9
* Add BGP Software Version capability (draft-abraitis-bgp-version-capability) set protocols bgp neighbor 192.0.2.1 capability software-version * Add BGP neighbor path-attribute treat-as-withdraw command set protocols bgp neighbor 192.0.2.1 path-attribute treat-as-withdraw (cherry picked from commit d285355716708a46767c18661976906812da8a3c)
Diffstat (limited to 'interface-definitions/include/bgp/neighbor-capability.xml.i')
-rw-r--r--interface-definitions/include/bgp/neighbor-capability.xml.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/neighbor-capability.xml.i b/interface-definitions/include/bgp/neighbor-capability.xml.i
index 2bbfadf1f..c5ed3c840 100644
--- a/interface-definitions/include/bgp/neighbor-capability.xml.i
+++ b/interface-definitions/include/bgp/neighbor-capability.xml.i
@@ -16,6 +16,12 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="software-version">
+ <properties>
+ <help>Advertise Software Version capability to the peer</help>
+ <valueless/>
+ </properties>
+ </leafNode>
</children>
</node>
<!-- include end -->