commit | 28b6e0c1ace45779c60e7cefe6d469b7ecb520b8 | [log] [tgz] |
---|---|---|
author | Jarno Rajahalme <jarno@ovn.org> | Thu Mar 10 10:54:22 2016 -0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 14 23:47:29 2016 +0100 |
tree | 8c5266f5b2fc2b647d47dcdb06ed65d7f9946037 | |
parent | 5b6b929376a621e2bd3367f5de563d7123506597 [diff] |
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>