diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 20:31:26 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-29 20:31:26 +0200 |
commit | a3bf8cbe10b0bad85475f4c3dc2bae4afb65774b (patch) | |
tree | 76b05f206dee6b86e1d32a54e760945b94340e3a /device.h | |
parent | 61e627ed78ed47e40cc63a24ff8fb2f5fb2c418f (diff) |
bridge: enable multicast_to_unicast on all wireless bridge ports
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ struct device { bool current_config; bool default_config; + bool wireless; /* set interface up or down */ device_state_cb set_state; |