nicira-ext: Fix stale documentation in the bundle action.
authorEthan Jackson <ethan@nicira.com>
Thu, 27 Oct 2011 18:58:31 +0000 (11:58 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 27 Oct 2011 18:58:31 +0000 (11:58 -0700)
include/openflow/nicira-ext.h

index ad6dd11..7621bca 100644 (file)
@@ -970,7 +970,7 @@ struct nx_action_bundle {
     ovs_be16 algorithm;         /* One of NX_BD_ALG_*. */
 
     /* What fields to hash and how. */
-    ovs_be16 fields;            /* One of NX_BD_FIELDS_*. */
+    ovs_be16 fields;            /* One of NX_HASH_FIELDS_*. */
     ovs_be16 basis;             /* Universal hash parameter. */
 
     ovs_be32 slave_type;        /* NXM_OF_IN_PORT. */