bridge: Allow setting multicast_to_unicast option
authorLinus Lüssing <linus.luessing@c0d3.blue>
Sun, 23 Aug 2015 15:19:27 +0000 (17:19 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 25 Aug 2015 06:46:30 +0000 (08:46 +0200)
commit1488a64acb77f721fc10d90b0453d95b488460e1
treed3a3849cfc1d0cbfc467dba7b3ee7fff7e56282e
parent827145f01d849c663f18e356157fd71f1a7cc45d
bridge: Allow setting multicast_to_unicast option

With this patch the multicast_to_unicast feature can be disabled for all
wireless interfaces via an according option on the uci bridge interface.

This patch also exports the setting information to wireless handler
scripts. The hostapd script will need that information to determine
whether to enable or disable ap-isolation, for instance.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
device.c
device.h
scripts/netifd-wireless.sh
system-linux.c
wireless.c