Re: [PATCH] [NETFILTER]: Allow SYN+PSH as valid flag combination

2005-11-12 Thread David S. Miller
From: Harald Welte <[EMAIL PROTECTED]> Date: Sat, 12 Nov 2005 11:39:18 +0100 > [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYN > > Some devices (e.g. Qlogic iSCSI HBA hardware like QLA4010 up to firmware > 3.0.0.4) initiates TCP with SYN and PUSH flags set. > > The Linux TCP/IP stack

[PATCH] [NETFILTER]: Allow SYN+PSH as valid flag combination

2005-11-12 Thread Harald Welte
On Fri, Nov 11, 2005 at 11:48:01AM -0800, David S. Miller wrote: > From: Patrick McHardy <[EMAIL PROTECTED]> > Date: Fri, 11 Nov 2005 14:58:01 +0100 > > > Unfortunately this is unlikely to happen, and if Linux itself > > accepts SYN|PSH, I don't see a reason why ip_conntrack shouldn't > > as well.