Re: Hit BUG on ipv4/netfilter/ipt_TCPMSS.c:190

2005-08-16 Thread Patrick McHardy
Matthew J Galgoci wrote: Matthew, please post the rules you're using with the TCPMSS target The rule is as follows: -A INPUT -m tcp -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1400 Thanks, I misread the check in checkentry. I'll look into fixing it now. - To unsubscribe from this list

Re: Hit BUG on ipv4/netfilter/ipt_TCPMSS.c:190

2005-08-16 Thread Matthew J Galgoci
> > skge sets CHECKSUM_HW on received packets, sk98lin does not, > > instead it just marks the packet with CHECKSUM_NONE. > > > > Patrick, I can't see how ipt_TCPMSS.c's BUG() check can be > > correct in the presence of a driver which sets CHECKSUM_HW > > on received packets. > > TCPMSS can only

Re: Hit BUG on ipv4/netfilter/ipt_TCPMSS.c:190

2005-08-16 Thread Patrick McHardy
David S. Miller wrote: From: Matthew J Galgoci <[EMAIL PROTECTED]> Date: Tue, 16 Aug 2005 07:13:45 +0100 Is this a spurrious BUG() statement that is no longer applicable, or is there a subtle problem with the skge driver that involves hw checksumming syn packets? skge sets CHECKSUM_HW on re

Re: Hit BUG on ipv4/netfilter/ipt_TCPMSS.c:190

2005-08-16 Thread David S. Miller
From: Matthew J Galgoci <[EMAIL PROTECTED]> Date: Tue, 16 Aug 2005 07:13:45 +0100 > Is this a spurrious BUG() statement that is no longer applicable, or > is there a subtle problem with the skge driver that involves hw > checksumming syn packets? skge sets CHECKSUM_HW on received packets, sk98lin

Hit BUG on ipv4/netfilter/ipt_TCPMSS.c:190

2005-08-15 Thread Matthew J Galgoci
Hi Folks, I have a 3com gigE nic and have used the sk98lin driver for quite a while. I recently switched to the skge driver, and now I'm hitting a BUG in an iptables rule that previously did not happen with sk98lin but does happen with skge: the BUG is ipv4/netfilter/ipt_TCPMSS.c:190 on this cod