diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-14 12:33:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 12:33:07 +0100 |
commit | 2db98a47a066e53972c3c7727a4618ef72a91951 (patch) | |
tree | e5ccd4336c67d9a37c599785d71bc72e705a14bd /interface-definitions/include/bgp/protocol-common-config.xml.i | |
parent | 9b866fdb970aae782cf0a5d55d7117450e0c37eb (diff) | |
parent | 7349927908206fa83a7295d643f56950309efb4f (diff) | |
download | vyos-1x-2db98a47a066e53972c3c7727a4618ef72a91951.tar.gz vyos-1x-2db98a47a066e53972c3c7727a4618ef72a91951.zip |
Merge pull request #2819 from c-po/T591-srv6-bgp-improvements
bgp: T591: SRv6 improvements
Diffstat (limited to 'interface-definitions/include/bgp/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/protocol-common-config.xml.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index bb35efe94..9895b025c 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -120,6 +120,7 @@ #include <include/bgp/afi-rd.xml.i> #include <include/bgp/afi-route-map-vpn.xml.i> #include <include/bgp/afi-route-target-vpn.xml.i> + #include <include/bgp/afi-nexthop-vpn-export.xml.i> <node name="redistribute"> <properties> <help>Redistribute routes from other protocols into BGP</help> @@ -188,6 +189,7 @@ </leafNode> </children> </node> + #include <include/bgp/afi-sid.xml.i> </children> </node> <node name="ipv4-multicast"> @@ -495,6 +497,7 @@ #include <include/bgp/afi-rd.xml.i> #include <include/bgp/afi-route-map-vpn.xml.i> #include <include/bgp/afi-route-target-vpn.xml.i> + #include <include/bgp/afi-nexthop-vpn-export.xml.i> <node name="redistribute"> <properties> <help>Redistribute routes from other protocols into BGP</help> @@ -555,6 +558,7 @@ </leafNode> </children> </node> + #include <include/bgp/afi-sid.xml.i> </children> </node> <node name="ipv6-multicast"> |