I have an Askey RT4230W running OpenWRT 22.03.2. I'm using it as more or less a "dumb" AP (no routing), but multiple VLANs going to multiple SSIDs.
I had a problem where a client on 5 GHz couldn't talk to a client on 2.4 GHz on the same SSID. I was able to fix it by running:
/bin/echo 1 > /sys/devices/virtual/net/br-vlan102/lower_us5g/brport/hairpin_mode
/bin/echo 1 > /sys/devices/virtual/net/br-vlan102/lower_us2g/brport/hairpin_mode
I added that to rc.local and thought I was done. A power outage proved me wrong, presumably rc.local runs before the bridge is up.
What's the correct place to set hairpin_mode? Thanks.