Bridging with ip *

Create a Bridge
ip link add name name type bridge
ip link set name up
Add an Interface to a Bridge
ip link set ethX up
ip link set ethX master name
Remove an Interface from a Bridge
ip link set ethX nomaster
Destroy a Bridge
ip link delete name name type bridge