nicira-ext: Fix incorrect comment in autopath definition.
authorEthan Jackson <ethan@nicira.com>
Tue, 14 Jun 2011 21:38:16 +0000 (14:38 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 15 Jun 2011 20:16:40 +0000 (13:16 -0700)
include/openflow/nicira-ext.h

index da80ad9..d73f3ba 100644 (file)
@@ -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). */