Re: [PATCH 2/2] openvswitch: Add eventmask support to CT action.

2017-04-21 Thread Jarno Rajahalme
Thanks Joe, I’ll issue a v2 with the comment fix and retain the acks, so it should be good to go. Jarno > On Apr 20, 2017, at 11:53 AM, Joe Stringer wrote: > > On 19 April 2017 at 18:49, Jarno Rajahalme wrote: >> Add a new optional conntrack action attribute OVS_CT_ATTR_EVENTMASK, >> which

Re: [PATCH 2/2] openvswitch: Add eventmask support to CT action.

2017-04-20 Thread Joe Stringer
On 19 April 2017 at 18:49, Jarno Rajahalme wrote: > 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 N

[PATCH 2/2] openvswitch: Add eventmask support to CT action.

2017-04-19 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