From: Ben Pfaff Date: Wed, 27 Jun 2012 14:12:04 +0000 (-0700) Subject: nicira-ext: Fix typo in comment. X-Git-Tag: v1.9.0~561 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=2716c204ed47c5f572e3d1a0138c964f44be90af;p=cascardo%2Fovs.git nicira-ext: Fix typo in comment. Signed-off-by: Ben Pfaff --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 478322a97..a5d1b11ff 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -1006,7 +1006,7 @@ OFP_ASSERT(sizeof(struct nx_action_fin_timeout) == 16); */ struct nx_action_autopath { ovs_be16 type; /* OFPAT_VENDOR. */ - ovs_be16 len; /* Length is 20. */ + ovs_be16 len; /* Length is 24. */ ovs_be32 vendor; /* NX_VENDOR_ID. */ ovs_be16 subtype; /* NXAST_AUTOPATH. */