[ovs-dev] [PATCH] nicira-ext: Fix comment on NXAST_STACK_PUSH and NXAST_STACK_POP.

Andy Zhou azhou at nicira.com
Thu Mar 21 18:37:32 UTC 2013


CC: Pankaj Thakkar <pthakkar at vmware.com>
Signed-off-by: Andy Zhou <azhou at nicira.com>
---
 include/openflow/nicira-ext.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
index e7e7264..54fc4f9 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. */
-- 
1.7.9.5




More information about the dev mailing list