Using ip
ip link add br0 type bridge
ip link delete br0 type bridge
ip link set <interface> master br0
iptables
No BS Tips
Setup the following alias in your .bashrc or .zshrc
sh
alias ip="ip --color"
alias ip="ip --color"
Remove BS output by using the brief flag
sh
ip -br a
ip -br a
TODO: Move this to Linux Command Line Quick Guide