Options (6)
booleanList all bridges and their interfaces
Example:
bridge {{[l|link]}}booleanShow port vlan information
Example:
bridge {{[v|vlan]}}booleanAssign a VLAN to a port
Example:
sudo bridge {{[v|vlan]}} {{[a|add]}} dev {{lanX}} vid {{vlan_id}} pvid {{tagged|untagged}}booleanRemove a VLAN from a port
Example:
sudo bridge {{[v|vlan]}} {{[d|delete]}} dev {{lanX}} vid {{vlan_id}}booleanWatch for changes in bridge interfaces
Example:
bridge {{[mo|monitor]}}booleanDisplay help
Example:
bridge {{[h|help]}}made by @shridhargupta | data from tldr-pages