diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-02 12:16:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 12:16:26 +0100 |
commit | b44182571426d8bf71dcc27354548ab05e0cb031 (patch) | |
tree | 3c825c41aacfe725703ceb5b6adcd844a027c497 /interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i | |
parent | c3fc9ee32a43b938dc44fa41d98bfcc95fdbd359 (diff) | |
parent | bcfd427dd415cde6fdce170f3abc2fb6c6b340fa (diff) | |
download | vyos-1x-b44182571426d8bf71dcc27354548ab05e0cb031.tar.gz vyos-1x-b44182571426d8bf71dcc27354548ab05e0cb031.zip |
Merge pull request #589 from sever-sever/T2387
bgp-xml: T2387: Fix validators and add capability for new format bgp
Diffstat (limited to 'interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i')
-rw-r--r-- | interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i b/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i index dcdc0eb66..63bf582db 100644 --- a/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i +++ b/interface-definitions/include/bgp-neighbor-afi-ipv6-unicast.xml.i @@ -59,6 +59,13 @@ <help>Advertise capabilities to this neighbor (IPv6)</help> </properties> <children> + <!-- Capability dynamic in the afi ipv6 does nothing T3037 --> + <leafNode name="dynamic"> + <properties> + <help>Advertise dynamic capability to this neighbor</help> + <valueless/> + </properties> + </leafNode> <node name="orf"> <properties> <help>Advertise ORF capability to this neighbor</help> |