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 --- share/doc/HOST-SETUP.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/doc/HOST-SETUP.txt') diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index a571ae7..ca043c5 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -111,8 +111,8 @@ iface bridge0 inet static address 10.0.0.1 netmask 255.255.255.0 - pre-up brctl addbr bridge0 - post-down brctl delbr bridge0 + pre-up ip link add name bridge0 type bridge + post-down ip link delete bridge0 type bridge bridge_fd 0 bridge_maxwait 0 -- cgit v1.2.3