--- openflow-2009-12-17.h	2015-07-23 09:54:15.828479308 -0700
+++ openflow-2009-12-16.h	2015-07-23 09:54:15.832479308 -0700
@@ -938,7 +938,9 @@
 struct ofp_action_enqueue {
     uint16_t type;            /* OFPAT_ENQUEUE. */
     uint16_t len;             /* Len is 16. */
-    uint16_t port;            /* Port that queue belongs. */
+    uint16_t port;            /* Port that queue belongs. Should
+                                 refer to a valid physical port
+                                 (i.e. < OFPP_MAX) or OFPP_IN_PORT. */
     uint8_t pad[6];           /* Pad for 64-bit alignment. */
     uint32_t queue_id;        /* Where to enqueue the packets. */
 };
