diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:12:31 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:12:31 +0200 |
commit | 5565f27d15c5e7378e94aae8db8a894a12e25d7b (patch) | |
tree | bb9c6da6753e1cb3f550595db5f6e7919036dbbf /interface-definitions/interfaces_bonding.xml.in | |
parent | 7925402b487b93d1ae8dd4941e0981437f7fb951 (diff) | |
download | vyos-1x-5565f27d15c5e7378e94aae8db8a894a12e25d7b.tar.gz vyos-1x-5565f27d15c5e7378e94aae8db8a894a12e25d7b.zip |
ethernet: T6306: add support for EVPN MH uplink/core tracking
When all the underlay links go down the PE no longer has access to the VxLAN
+overlay.
To prevent blackholing of traffic the server/ES links are protodowned on the PE.
A link can be setup for uplink tracking via the following configuration:
set interfaces ethernet eth0 evpn uplink
Diffstat (limited to 'interface-definitions/interfaces_bonding.xml.in')
-rw-r--r-- | interface-definitions/interfaces_bonding.xml.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/interface-definitions/interfaces_bonding.xml.in b/interface-definitions/interfaces_bonding.xml.in index 92c0911db..d503760e6 100644 --- a/interface-definitions/interfaces_bonding.xml.in +++ b/interface-definitions/interfaces_bonding.xml.in @@ -102,12 +102,7 @@ </constraint> </properties> </leafNode> - <leafNode name="uplink"> - <properties> - <help>Uplink to the VXLAN core</help> - <valueless/> - </properties> - </leafNode> + #include <include/interface/evpn-mh-uplink.xml.i> </children> </node> <leafNode name="hash-policy"> |