Create specific types for ofp and odp port
[sliver-openvswitch.git] / lib / mac-learning.h
index 1cbacfe..9feca00 100644 (file)
@@ -49,7 +49,7 @@ struct mac_entry {
     /* Learned port. */
     union {
         void *p;
-        uint16_t ofp_port;
+        ofp_port_t ofp_port;
     } port;
 };