Using ip
ip link add br0 type bridgeip link delete br0 type bridgeip 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 aip -br aTODO: Move this to Linux Command Line Quick Guide