lacp: Notify LACP module when carrier changes.
[openvswitch] / lib / rtnetlink-link.h
index 24a772863e89aa9ba7397030a620b0ef8387b19a..b6ddb2149eb136cc8a18417f4daf366a7c21bbc4 100644 (file)
@@ -37,7 +37,7 @@ struct rtnetlink_link_change {
     /* Extracted from Netlink attributes. */
     const char *ifname;         /* Name of network device. */
     int master_ifindex;         /* Ifindex of datapath master (0 if none). */
-    bool running;               /* Carrier of network device. */
+    unsigned int ifi_flags;     /* Flags of network device. */
 };
 
 /* Function called to report that a netdev has changed.  'change' describes the