]> git.karo-electronics.de Git - karo-tx-linux.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)
commit4f0909ee3d8e3514a274121f3bf217a4920fa12d
treefc2ed5af16d4d1f0d1061e6d6304eac2d9c7f181
parent1d008a1df927846788b9dc02e770f65951f98ddc
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