From d285355716708a46767c18661976906812da8a3c Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 18 Sep 2023 21:52:50 +0200 Subject: 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 --- interface-definitions/include/bgp/neighbor-capability.xml.i | 6 ++++++ .../include/bgp/neighbor-path-attribute.xml.i | 12 ++++++++++++ 2 files changed, 18 insertions(+) (limited to 'interface-definitions') 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 @@ + + + Advertise Software Version capability to the peer + + + diff --git a/interface-definitions/include/bgp/neighbor-path-attribute.xml.i b/interface-definitions/include/bgp/neighbor-path-attribute.xml.i index f4f2fcfa9..30568d8c6 100644 --- a/interface-definitions/include/bgp/neighbor-path-attribute.xml.i +++ b/interface-definitions/include/bgp/neighbor-path-attribute.xml.i @@ -16,6 +16,18 @@ + + + Treat-as-withdraw any incoming BGP UPDATE messages that contain the specified attribute + + u32:1-255 + Attribute number + + + + + + -- cgit v1.2.3