--- openflow-2009-12-11.h	2015-07-23 09:54:15.792479307 -0700
+++ openflow-2009-12-08-2.h	2015-07-23 09:54:15.796479307 -0700
@@ -347,7 +347,8 @@
 
 /* Action structure for OFPAT_OUTPUT, which sends packets out 'port'.
  * When the 'port' is the OFPP_CONTROLLER, 'max_len' indicates the max
- * number of bytes to send. */
+ * number of bytes to send.  A 'max_len' of zero means no bytes of the
+ * packet should be sent.*/
 struct ofp_action_output {
     uint16_t type;                  /* OFPAT_OUTPUT. */
     uint16_t len;                   /* Length is 8. */
@@ -417,7 +418,7 @@
 /* Action header for OFPAT_VENDOR. The rest of the body is vendor-defined. */
 struct ofp_action_vendor_header {
     uint16_t type;                  /* OFPAT_VENDOR. */
-    uint16_t len;                   /* Length is 8. */
+    uint16_t len;                   /* Length is a multiple of 8. */
     uint32_t vendor;                /* Vendor ID, which takes the same form
                                        as in "struct ofp_vendor_header". */
 };
