I'm running openwrt built off of trunk on an older pcengines.ch WRAP
board (1.E i think). It's x86 based with 2 ethernet interfaces and I
have two wireless interfaces installed in it.
Basically, I want both wifi interfaces and both ethernet interfaces
all in the same bridge. The wifi interfaces are fine, it's the extra
ethernet interface that wont work.
Can someone validate my statement that this is unsupported within the
UCI configs? If so, does this syntax look ok?
normal config:
config interface lan
option ifname eth0
option type bridge
option proto dhcp
config with eth1 added to bridge:
config interface lan
option ifnames "eth0 eth1"
option type bridge
option proto dhcp
basically, if type == bridge, you can specify ifname for a single
interface or ifnames for multiple (though I guess a single would work
as well for ifnames). If that's ok, I'll go ahead and put together a
patch.
Of course, if there is some way to do this in UCI, please speak up.
Thanks
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users