Re: [ovs-dev] [PATCH net] openvswitch: fix conntrack netlink event delivery

2016-06-28 Thread Joe Stringer
On 28 June 2016 at 14:12, Samuel Gauthier wrote: > Only the first and last netlink message for a particular conntrack are > actually sent. The first message is sent through nf_conntrack_confirm when > the conntrack is committed. The last one is sent when the conntrack

[PATCH net] openvswitch: fix conntrack netlink event delivery

2016-06-28 Thread Samuel Gauthier
Only the first and last netlink message for a particular conntrack are actually sent. The first message is sent through nf_conntrack_confirm when the conntrack is committed. The last one is sent when the conntrack is destroyed on timeout. The other conntrack state change messages are not