wireless: add bridge_isolate option
[project/netifd.git] / wireless.h
index f8bbd2fbcb04d60b0de64b57fd9feac4c2f9868c..705972392caec786fedd6c6ac31c09fedb365871 100644 (file)
@@ -90,6 +90,7 @@ struct wireless_interface {
        struct blob_attr *network_vlan;
        bool proxyarp;
        bool isolate;
+       bool bridge_isolate;
        bool ap_mode;
        int multicast_to_unicast;
        int vlan_idx;
@@ -110,6 +111,7 @@ struct wireless_vlan {
        struct blob_attr *network_vlan;
        int multicast_to_unicast;
        bool isolate;
+       bool bridge_isolate;
 };
 
 struct wireless_station {