diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-11 14:12:31 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-12 14:28:20 +0000 |
commit | 42ca28f2956fc7a5a1dc591714410d5423d90f73 (patch) | |
tree | f2a7e8e6bde24941a8538f112ced6483c966885f /interface-definitions/interfaces_bonding.xml.in | |
parent | b976dad08782275f3276be1ab62633fa28860fb1 (diff) | |
download | vyos-1x-42ca28f2956fc7a5a1dc591714410d5423d90f73.tar.gz vyos-1x-42ca28f2956fc7a5a1dc591714410d5423d90f73.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
(cherry picked from commit 5565f27d15c5e7378e94aae8db8a894a12e25d7b)
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 e6baed590..cc0327f3d 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"> |