summaryrefslogtreecommitdiff
path: root/include/openflow/nicira-ext.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2013-03-21 11:37:32 -0700
committerBen Pfaff <blp@nicira.com>2013-03-21 14:25:01 -0700
commit1d9df6a122b76217162110331f84ee64c270a663 (patch)
treed2ce4e28235374d39b9b2550e7043192d242dfb3 /include/openflow/nicira-ext.h
parent5c0243a9db5cdb2a2751caa834534687730c6141 (diff)
downloadopenvswitch-1d9df6a122b76217162110331f84ee64c270a663.tar.gz
nicira-ext: Fix comment on NXAST_STACK_PUSH and NXAST_STACK_POP.
CC: Pankaj Thakkar <pthakkar@vmware.com> Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/openflow/nicira-ext.h')
-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 e7e72640f..54fc4f95e 100644
--- a/include/openflow/nicira-ext.h
+++ b/include/openflow/nicira-ext.h
@@ -575,7 +575,7 @@ struct nx_action_stack {
ovs_be16 type; /* OFPAT_VENDOR. */
ovs_be16 len; /* Length is 16. */
ovs_be32 vendor; /* NX_VENDOR_ID. */
- ovs_be16 subtype; /* NXAST_REG_PUSH or NXAST_REG_POP. */
+ ovs_be16 subtype; /* NXAST_STACK_PUSH or NXAST_STACK_POP. */
ovs_be16 offset; /* Bit offset into the field. */
ovs_be32 field; /* The field used for push or pop. */
ovs_be16 n_bits; /* (n_bits + 1) bits of the field. */