bridge: Fix multicast_to_unicast feature by hairpin+isolate
[project/netifd.git] / device.h
index ce135ba..77ebe84 100644 (file)
--- a/device.h
+++ b/device.h
@@ -160,8 +160,11 @@ struct device {
        struct blob_attr *config;
        bool config_pending;
        bool sys_present;
+       /* DEV_EVENT_ADD */
        bool present;
+       /* DEV_EVENT_UP */
        int active;
+       /* DEV_EVENT_LINK_UP */
        bool link_active;
 
        bool external;
@@ -173,6 +176,7 @@ struct device {
        bool iface_config;
        bool default_config;
        bool wireless;
+       bool wireless_isolate;
 
        struct interface *config_iface;