Gentoo Archives: gentoo-user

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Use brctl from bridge-utils or bridge from iproute2?
Date: Sun, 16 Oct 2016 03:13:24
Message-Id: 87shrx9eb9.fsf@comms.i-did-not-set--mail-host-address--so-tickle-me
In Reply to: Re: [gentoo-user] Use brctl from bridge-utils or bridge from iproute2? by Erik Mackdanz
1 Erik Mackdanz <stasibear@g.o> writes:
2
3 >> How is this done with the bridge utility from iproute2 package is not very
4 >> clear to a non-expert. It sure is all completely different than with brctl.
5 > ip link set master br0 dev eth0
6
7 Sorry, that's half the story. To create the bridge:
8
9 ip link add dev br0 type bridge
10
11 You'll see the link type and all the bridge settings if you use the
12 'details' flag:
13
14 ip -d link
15
16 Erik

Replies

Subject Author
Re: [gentoo-user] Use brctl from bridge-utils or bridge from iproute2? Miroslav Rovis <miro.rovis@××××××××××××××.hr>