bridge: Use pointer to "struct port", not "port_idx", for MAC learning.
[sliver-openvswitch.git] / lib / mac-learning.h
index 2bff465..4930d0b 100644 (file)
@@ -48,6 +48,7 @@ struct mac_entry {
 
     /* Learned port. */
     union {
+        void *p;
         int i;
     } port;
 };