From 2d7ca5ac88c22c835fc4ea8acb6c72ce4619a234 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 25 Jan 2023 21:20:45 +0100 Subject: [PATCH] board/common: drop bridge.template, same text now in 'help net' Will also be part of the upcoming setup-bridge wizard built on pdmenu. Signed-off-by: Joachim Wiberg --- .../etc/network/interfaces.d/bridge.template | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 board/common/rootfs/etc/network/interfaces.d/bridge.template diff --git a/board/common/rootfs/etc/network/interfaces.d/bridge.template b/board/common/rootfs/etc/network/interfaces.d/bridge.template deleted file mode 100644 index ef936fe6..00000000 --- a/board/common/rootfs/etc/network/interfaces.d/bridge.template +++ /dev/null @@ -1,41 +0,0 @@ -# ifupdown2 template: copy to a file named: br0 - -# Set up br0 with four ports and two VLANs -# Will be automatically started at boot. -#auto br0 -#iface br0 -# bridge-ports eth0 eth1 eth2 eth3 -# bridge-vlan-aware yes -# bridge-stp on -# bridge-vids 1 2 - -# Ensure all access ports are untagged members -#auto eth0 -#iface eth0 -# bridge-access 1 -#auto eth1 -#iface eth1 -# bridge-access 1 -#auto eth2 -#iface eth2 -# bridge-access 2 -#auto eth3 -#iface eth3 -# bridge-access 2 - -# Create a layer 3 routable interface on top -# of br0, for VLAN 1, with DHCP address. -#auto vlan1 -#iface vlan1 inet dhcp -# vlan-id 1 -# vlan-raw-device br0 - -# Create a layer 3 routable interface on top -# of br0, for VLAN 1, with static IP address. -#auto vlan2 -#iface vlan2 inet static -# vlan-id 2 -# vlan-raw-device br0 -# address 10.0.2.1 -# netmask 255.255.255.0 -