X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fopenflow%2Fnicira-ext.h;h=54fc4f95ebb996a2c0b7d7bff6895a1cca894f0b;hb=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6;hp=e7e72640f44887166502a3aab842b3e292044658;hpb=63f7ef647b70c04e4badae5aebe4a02bb789659b;p=sliver-openvswitch.git 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. */