When your brain is awake but fingers need coffee

root@deux:~# /usr/bin/wget http://ftp3.usa.openbsd.org/pub/OpenBSD/6.1/amd64/cd60.iso



Even if you’re used to it, brctl is deprecated. Here’s how to setup a bridge using iproute2, take note that before you can add the bridge to the device, the device has to be up:

ip link set dev $DEVICE up
ip link add $BRIDGE type bridge
ip link set $DEVICE master $BRIDGE
ip link set dev $BRIDGE up