From 0a23b0ddebed787ed24649d47d1ad1ca38c55d33 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 28 Nov 2025 14:10:34 +0000 Subject: [PATCH] Fix host bond interfaces - bring up eth slaves before adding to bond --- evpn-lab.clab.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/evpn-lab.clab.yml b/evpn-lab.clab.yml index fb03632..619f18f 100644 --- a/evpn-lab.clab.yml +++ b/evpn-lab.clab.yml @@ -74,6 +74,8 @@ topology: exec: # Create bonded interface with VLAN 40 tagging for L2 VXLAN test - ip link add bond0 type bond mode balance-rr + - ip link set eth1 up + - ip link set eth2 up - ip link set eth1 master bond0 - ip link set eth2 master bond0 - ip link set bond0 up @@ -89,6 +91,8 @@ topology: exec: # Create bonded interface with VLAN 34 tagging for L3 VXLAN test (VRF gold) - ip link add bond0 type bond mode balance-rr + - ip link set eth1 up + - ip link set eth2 up - ip link set eth1 master bond0 - ip link set eth2 master bond0 - ip link set bond0 up @@ -105,6 +109,8 @@ topology: exec: # Create bonded interface with VLAN 40 tagging for L2 VXLAN test - ip link add bond0 type bond mode balance-rr + - ip link set eth1 up + - ip link set eth2 up - ip link set eth1 master bond0 - ip link set eth2 master bond0 - ip link set bond0 up @@ -120,6 +126,8 @@ topology: exec: # Create bonded interface with VLAN 78 tagging for L3 VXLAN test (VRF gold) - ip link add bond0 type bond mode balance-rr + - ip link set eth1 up + - ip link set eth2 up - ip link set eth1 master bond0 - ip link set eth2 master bond0 - ip link set bond0 up