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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
index dfabacee6903..0cac5d802c6a 100644
--- a/include/uapi/linux/openvswitch.h
+++ b/include/uapi/linux/openvswitch.h
@@ -734,6 +734,7 @@ struct ovs_action_hash {
734 * be received on NFNLGRP_CONNTRACK_NEW and NFNLGRP_CONNTRACK_DESTROY groups, 734 * be received on NFNLGRP_CONNTRACK_NEW and NFNLGRP_CONNTRACK_DESTROY groups,
735 * respectively. Remaining bits control the changes for which an event is 735 * respectively. Remaining bits control the changes for which an event is
736 * delivered on the NFNLGRP_CONNTRACK_UPDATE group. 736 * delivered on the NFNLGRP_CONNTRACK_UPDATE group.
737 * @OVS_CT_ATTR_TIMEOUT: Variable length string defining conntrack timeout.
737 */ 738 */
738enum ovs_ct_attr { 739enum ovs_ct_attr {
739 OVS_CT_ATTR_UNSPEC, 740 OVS_CT_ATTR_UNSPEC,
@@ -746,6 +747,8 @@ enum ovs_ct_attr {
746 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */ 747 OVS_CT_ATTR_NAT, /* Nested OVS_NAT_ATTR_* */
747 OVS_CT_ATTR_FORCE_COMMIT, /* No argument */ 748 OVS_CT_ATTR_FORCE_COMMIT, /* No argument */
748 OVS_CT_ATTR_EVENTMASK, /* u32 mask of IPCT_* events. */ 749 OVS_CT_ATTR_EVENTMASK, /* u32 mask of IPCT_* events. */
750 OVS_CT_ATTR_TIMEOUT, /* Associate timeout with this connection for
751 * fine-grain timeout tuning. */
749 __OVS_CT_ATTR_MAX 752 __OVS_CT_ATTR_MAX
750}; 753};
751 754