Erik Mackdanz <stasib...@gentoo.org> writes: >> How is this done with the bridge utility from iproute2 package is not very >> clear to a non-expert. It sure is all completely different than with brctl. > ip link set master br0 dev eth0
Sorry, that's half the story. To create the bridge: ip link add dev br0 type bridge You'll see the link type and all the bridge settings if you use the 'details' flag: ip -d link Erik