ofp-actions: Add decoding and encoding OF1.1 instructions and actions.
[openvswitch] / ofproto / connmgr.c
index 87dc2ad3cfc338013b9ec4466f843d7fec029e92..18b80b8787c68ca706a095502cc0c456cc0c4cc6 100644 (file)
@@ -1372,7 +1372,7 @@ schedule_packet_in(struct ofconn *ofconn, struct ofputil_packet_in pin)
         pin.send_len = pin.packet_len;
     } else {
         /* Caller should have initialized 'send_len' to 'max_len' specified in
-         * struct ofp_action_output. */
+         * output action. */
     }
     if (pin.buffer_id != UINT32_MAX) {
         pin.send_len = MIN(pin.send_len, ofconn->miss_send_len);