Skip to content

Commit

Permalink
nicira-ext: Fix comment on NXAST_STACK_PUSH and NXAST_STACK_POP.
Browse files Browse the repository at this point in the history
CC: Pankaj Thakkar <[email protected]>
Signed-off-by: Andy Zhou <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
azhou-nicira authored and blp committed Mar 21, 2013
1 parent 5c0243a commit 1d9df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/openflow/nicira-ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 1d9df6a

Please sign in to comment.