X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fopenflow%2Fopenflow.h;h=1d70aab95d34956d03c8469e8d3e526773fa9fee;hb=39fb08818bbd9c438dbf23caa89937c663451b5a;hp=f780f0730298416c48317516b26fc7934518e053;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/include/openflow/openflow.h b/include/openflow/openflow.h index f780f073..1d70aab9 100644 --- a/include/openflow/openflow.h +++ b/include/openflow/openflow.h @@ -320,8 +320,8 @@ enum ofp_action_type { /* 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. A 'max_len' of zero means the entire packet - * should be sent. */ + * 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. */