
brctl
List of commands for brctl:
-
brctl:tldr:08650 brctl: Remove an interface from an existing bridge.$ sudo brctl delif ${bridge_name} ${interface_name}try on your machineexplain this command
-
brctl:tldr:0cd45 brctl: Delete an existing Ethernet bridge interface.$ sudo brctl del ${bridge_name}try on your machineexplain this command
-
brctl:tldr:0e445 brctl: Show a list with information about currently existing Ethernet bridges.$ sudo brctl showtry on your machineexplain this command
-
brctl:tldr:596a5 brctl: Add an interface to an existing bridge.$ sudo brctl addif ${bridge_name} ${interface_name}try on your machineexplain this command
-
brctl:tldr:731ab brctl: Create a new Ethernet bridge interface.$ sudo brctl add ${bridge_name}try on your machineexplain this command