According to the config I see, `br0` is the bridge...
# │firmware-dev
j
According to the config I see,
br0
is the bridge with all ports the default snippet from '/etc/network/interfaces' looks like this:
Copy code
...
auto br0
iface br0 inet dhcp
  bridge-ports node1 node2 node3 node4 ge0 ge1
...
5 Views