Currently, we have 2 individual network interfaces uplink0 and lan0.
When running on hardware that has more than just 2 network interfaces, we should allow bundling the interfaces into a lan0 bridge, so that all ports are treated equal (except for uplink0 of course).
Currently, we have 2 individual network interfaces
uplink0
andlan0
.When running on hardware that has more than just 2 network interfaces, we should allow bundling the interfaces into a
lan0
bridge, so that all ports are treated equal (except foruplink0
of course).Bread crumb: https://goyalankit.com/blog/linux-bridge is a good introduction