]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Mark connections new when not confirmed.
authorJoe Stringer <joestringer@nicira.com>
Tue, 20 Oct 2015 02:18:59 +0000 (19:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Oct 2015 02:33:40 +0000 (19:33 -0700)
commit41c2b12d8b5d4250afbe381a56b8e79cb1a0a919
treefc2ed5af16d4d1f0d1061e6d6304eac2d9c7f181
parentf69a70b0814ddd76073eb4478b17b46f67fa30d6
openvswitch: Mark connections new when not confirmed.

New, related connections are marked as such as part of ovs_ct_lookup(),
but they are not marked as "new" if the commit flag is used. Make this
consistent by setting the "new" flag whenever !nf_ct_is_confirmed(ct).

Reported-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/conntrack.c