Re: [PATCH net-next v2 2/2] openvswitch: Add eventmask support to CT action.

2017-04-24 Thread David Miller
From: Jarno Rajahalme Date: Fri, 21 Apr 2017 16:48:06 -0700 > Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK, > which can be used in conjunction with the commit flag > (OVS_CT_ATTR_COMMIT) to set the mask of bits specifying which > conntrack events (IPCT_*) should be delivere

[PATCH net-next v2 2/2] openvswitch: Add eventmask support to CT action.

2017-04-21 Thread Jarno Rajahalme
Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK, which can be used in conjunction with the commit flag (OVS_CT_ATTR_COMMIT) to set the mask of bits specifying which conntrack events (IPCT_*) should be delivered via the Netfilter netlink multicast groups. Default behavior depend