Skip to content

Don't configure wifi multicast_to_unicast/isolate

Janusz Dziedzic requested to merge m2u into devel

Leave here default values. Today we base on OpenWrt config, that for each APs enable bridge options:

  • multicast_to_unicast=1
  • hairpin=1
  • set ap_isolate in hostapd if required

So, by default we will have: root@eagle-44D43771BE80:# cat /sys/class/net/wl0/brport/multicast_to_unicast 1 root@eagle-44D43771BE80:# cat /sys/class/net/wl0/brport/hairpin_mode 1 root@eagle-44D43771BE80:# grep isolate /var/run/hostapd-phy0.conf ap_isolate=1 ap_isolate=1 root@eagle-44D43771BE80:#

So, all required configuration/translation will be done inside the bridge.

Signed-off-by: Janusz Dziedzic janusz.dziedzic@iopsys.eu

Merge request reports