im trying to set up a bridge between an opnenvpn tap device and the ath0 wifi device of my router. unfortunately the i don't get the bridge working.
as an excercise i tried to manually set up a bridge between the eth0 and ath0 device.
when configuring /etc/wireless and /etc/network to set up this bridge everything works fine.
when i set up the bridge manually it does not work.
here is what i'm doing:
(/etc/network and /etc/wireless are not creating any bridges)
brctl addbr br0
ip link set br0 up
brctl addif br0 eth0
brctl addif br0 ath0
unfortunately wireless clients dont get access to the eth0 network.
what am i doing wrong / what are the openwrt scripts doing when setting up the eth0<->ath0 bridge