From 2716c204ed47c5f572e3d1a0138c964f44be90af Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 27 Jun 2012 07:12:04 -0700 Subject: [PATCH] nicira-ext: Fix typo in comment. Signed-off-by: Ben Pfaff --- include/openflow/nicira-ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 478322a9..a5d1b11f 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. */ -- 2.30.2