On 21 February 2017 at 15:25, Jarno Rajahalme <ja...@ovn.org> wrote: > Commit 4dee62b1 ("netfilter: nf_ct_expect: nf_ct_expect_insert() > returns void") inadvertently changed the successful return value of > nf_ct_expect_related_report() from 0 to 1, which caused openvswitch > conntrack integration fail in FTP test cases.
I can't tell at a glance given all the netlink callback stuff but I suspect this broke expectation insertion from netlink too. > Fix this by always returning zero on the success code path. > > Fixes: 4dee62b1 ("netfilter: nf_ct_expect: nf_ct_expect_insert() returns > void") > Signed-off-by: Jarno Rajahalme <ja...@ovn.org> Acked-by: Joe Stringer <j...@ovn.org>