From 0baec9103799ced7cc3fdb0b420ab9a15275169c Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 30 Nov 2025 08:53:11 +0000 Subject: [PATCH] Revert accidental commit to main - remove host interface files --- configs/host1-interfaces | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 configs/host1-interfaces diff --git a/configs/host1-interfaces b/configs/host1-interfaces deleted file mode 100644 index 8becb8c..0000000 --- a/configs/host1-interfaces +++ /dev/null @@ -1,18 +0,0 @@ -auto lo -iface lo inet loopback - -auto bond0 -iface bond0 inet manual - use bond - bond-slaves eth1 eth2 - bond-mode 802.3ad - bond-miimon 100 - bond-lacp-rate fast - up ip link set $IFACE up - -auto bond0.40 -iface bond0.40 inet static - address 10.40.40.101 - netmask 255.255.255.0 - vlan-raw-device bond0 - up ip link set $IFACE up