]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Delay conntrack helper call for new connections.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 10 Mar 2016 18:54:22 +0000 (10:54 -0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Mar 2016 22:47:29 +0000 (23:47 +0100)
commit0aab479d99f51f4c543442587472028cbc3920b8
tree8c5266f5b2fc2b647d47dcdb06ed65d7f9946037
parent95407bf0188dc6dfd45fa8d59045069089587bcf
openvswitch: Delay conntrack helper call for new connections.

There is no need to help connections that are not confirmed, so we can
delay helping new connections to the time when they are confirmed.
This change is needed for NAT support, and having this as a separate
patch will make the following NAT patch a bit easier to review.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/openvswitch/conntrack.c