From 8c1e05273903b5a1a1852c73d5242d3b02f1cc73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 6 Oct 2017 12:19:28 +0200 Subject: Using iproute instead of bridge-utils to setup bridges. Signed-off-by: Daniel Baumann --- lib/container/start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/container/start') diff --git a/lib/container/start b/lib/container/start index e2d94b5..13621ff 100755 --- a/lib/container/start +++ b/lib/container/start @@ -348,8 +348,8 @@ cat > "/etc/network/interfaces.d/${INTERFACE}" << EOF allow-hotplug ${INTERFACE} iface ${INTERFACE} inet manual pre-up ip link set ${INTERFACE} up - post-up brctl addif ${BRIDGE} ${INTERFACE} - pre-down brctl delif ${BRIDGE} ${INTERFACE} + post-up ip link set ${INTERFACE} master ${BRIDGE} + pre-down ip link set ${INTERFACE} nomaster post-down ip link set ${INTERFACE} down EOF -- cgit v1.2.3