Hello. On 21-11-2013 13:05, Pablo Neira Ayuso wrote:
From: Phil Oester <kernel@xxxxxxxxxxxx>
In commit 41d73ec053d2, sequence number adjustments were moved to a
Please also specify that commit's summary line in parens.
separate file. Unfortunately, the sequence numbers that are stored in the nf_ct_seqadj structure are expressed in host byte order. The necessary ntohl call was removed when the call to adjust_tcp_sequence was collapsed into nf_ct_seqadj_set. This broke the FTP NAT helper. Fix it by adding back the byte order conversions.
Reported-by: Dawid Stawiarski <dawid.stawiarski@xxxxxxxxx> Signed-off-by: Phil Oester <kernel@xxxxxxxxxxxx> Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html