From eac7014f22586362ae560fca87080e4d8dc004ac Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Tue, 14 Jun 2011 14:38:16 -0700 Subject: [PATCH] nicira-ext: Fix incorrect comment in autopath definition. --- 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 da80ad91..d73f3ba8 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -655,7 +655,7 @@ struct nx_action_autopath { ovs_be16 type; /* OFPAT_VENDOR. */ ovs_be16 len; /* Length is 20. */ ovs_be32 vendor; /* NX_VENDOR_ID. */ - ovs_be16 subtype; /* NXAST_MULTIPATH. */ + ovs_be16 subtype; /* NXAST_AUTOPATH. */ /* Where to store the result. */ ovs_be16 ofs_nbits; /* (ofs << 6) | (n_bits - 1). */ -- 2.30.2