Hello!
On 2/22/2017 2:25 AM, Jarno Rajahalme wrote:
Commit 4dee62b1 ("netfilter: nf_ct_expect: nf_ct_expect_insert()
Need at least 12 hex digits.
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.
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 <[email protected]>
[...]
MBR, Sergei