aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/openvswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/openvswitch.h')
-rw-r--r--include/uapi/linux/openvswitch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
index efdbfbfd3ee2..0cd6f8833147 100644
--- a/include/uapi/linux/openvswitch.h
+++ b/include/uapi/linux/openvswitch.h
@@ -807,6 +807,7 @@ struct ovs_action_push_eth {
807 * packet. 807 * packet.
808 * @OVS_ACTION_ATTR_POP_ETH: Pop the outermost Ethernet header off the 808 * @OVS_ACTION_ATTR_POP_ETH: Pop the outermost Ethernet header off the
809 * packet. 809 * packet.
810 * @OVS_ACTION_ATTR_CT_CLEAR: Clear conntrack state from the packet.
810 * 811 *
811 * Only a single header can be set with a single %OVS_ACTION_ATTR_SET. Not all 812 * Only a single header can be set with a single %OVS_ACTION_ATTR_SET. Not all
812 * fields within a header are modifiable, e.g. the IPv4 protocol and fragment 813 * fields within a header are modifiable, e.g. the IPv4 protocol and fragment
@@ -836,6 +837,7 @@ enum ovs_action_attr {
836 OVS_ACTION_ATTR_TRUNC, /* u32 struct ovs_action_trunc. */ 837 OVS_ACTION_ATTR_TRUNC, /* u32 struct ovs_action_trunc. */
837 OVS_ACTION_ATTR_PUSH_ETH, /* struct ovs_action_push_eth. */ 838 OVS_ACTION_ATTR_PUSH_ETH, /* struct ovs_action_push_eth. */
838 OVS_ACTION_ATTR_POP_ETH, /* No argument. */ 839 OVS_ACTION_ATTR_POP_ETH, /* No argument. */
840 OVS_ACTION_ATTR_CT_CLEAR, /* No argument. */
839 841
840 __OVS_ACTION_ATTR_MAX, /* Nothing past this will be accepted 842 __OVS_ACTION_ATTR_MAX, /* Nothing past this will be accepted
841 * from userspace. */ 843 * from userspace. */