summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-05-11 14:12:31 +0200
committerChristian Breunig <christian@breunig.cc>2024-05-11 14:12:31 +0200
commit5565f27d15c5e7378e94aae8db8a894a12e25d7b (patch)
treebb9c6da6753e1cb3f550595db5f6e7919036dbbf /interface-definitions/include
parent7925402b487b93d1ae8dd4941e0981437f7fb951 (diff)
downloadvyos-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/include')
-rw-r--r--interface-definitions/include/interface/evpn-mh-uplink.xml.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/interface/evpn-mh-uplink.xml.i b/interface-definitions/include/interface/evpn-mh-uplink.xml.i
new file mode 100644
index 000000000..5f7fe1b7f
--- /dev/null
+++ b/interface-definitions/include/interface/evpn-mh-uplink.xml.i
@@ -0,0 +1,8 @@
+<!-- include start from interface/evpn-mh-uplink.xml.i -->
+<leafNode name="uplink">
+ <properties>
+ <help>Uplink to the VXLAN core</help>
+ <valueless/>
+ </properties>
+</leafNode>
+<!-- include end -->