aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-10-27 11:58:31 -0700
committerEthan Jackson <ethan@nicira.com>2011-10-27 11:58:31 -0700
commit735bc64a84a4e33841d476a28d8b04bd716f58f3 (patch)
tree505274f8f23e5617cf9a21a31a6e9074a850a6dc /include
parente008bc13d03e2abb75be7d2e9271c3c50d0085a5 (diff)
nicira-ext: Fix stale documentation in the bundle action.
Diffstat (limited to 'include')
-rw-r--r--include/openflow/nicira-ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
index ad6dd116..7621bca8 100644
--- a/include/openflow/nicira-ext.h
+++ b/include/openflow/nicira-ext.h
@@ -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. */