Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-15 Thread Jan Engelhardt
On Jan 15 2007 11:18, Patrick McHardy wrote: >Jan Engelhardt wrote: >> On Jan 15 2007 09:39, Patrick McHardy wrote: >> >>>I'm not sure how well that will work (the IPv4/IPv6-specific stuff >>>is spread over the entire target function), but its worth a try. >> >> >> well here's a q: would a patc

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-15 Thread Patrick McHardy
Jan Engelhardt wrote: > On Jan 15 2007 09:39, Patrick McHardy wrote: > >>I'm not sure how well that will work (the IPv4/IPv6-specific stuff >>is spread over the entire target function), but its worth a try. > > > "Nothing is impossible." Since you happened to take that one for > yourself... well

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-15 Thread Jan Engelhardt
On Jan 15 2007 09:39, Patrick McHardy wrote: >> On Jan 14 2007 20:20, David Madore wrote: >> >>>Implement TCPMSS target for IPv6 by shamelessly copying from >>>Marc Boucher's IPv4 implementation. >>> >>>Signed-off-by: David A. Madore <[EMAIL PROTECTED]> >> >> >> Would not it be worthwhile to me

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-15 Thread Patrick McHardy
David Madore wrote: > On Sun, Jan 14, 2007 at 09:10:45PM +0100, Jan Engelhardt wrote: > >>On Jan 14 2007 20:20, David Madore wrote: >> >>>Implement TCPMSS target for IPv6 by shamelessly copying from >>>Marc Boucher's IPv4 implementation. >> >>Would not it be worthwhile to merge ipt_TCPMSS and >>ip

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-15 Thread Patrick McHardy
Jan Engelhardt wrote: > On Jan 14 2007 20:20, David Madore wrote: > >>Implement TCPMSS target for IPv6 by shamelessly copying from >>Marc Boucher's IPv4 implementation. >> >>Signed-off-by: David A. Madore <[EMAIL PROTECTED]> > > > Would not it be worthwhile to merge ipt_TCPMSS and > ip6t_TCPMSS

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-14 Thread David Madore
On Sun, Jan 14, 2007 at 09:10:45PM +0100, Jan Engelhardt wrote: > On Jan 14 2007 20:20, David Madore wrote: > >Implement TCPMSS target for IPv6 by shamelessly copying from > >Marc Boucher's IPv4 implementation. > > Would not it be worthwhile to merge ipt_TCPMSS and > ip6t_TCPMSS to xt_TCPMSS inste

Re: [patch] netfilter: implement TCPMSS target for IPv6

2007-01-14 Thread Jan Engelhardt
On Jan 14 2007 20:20, David Madore wrote: > >Implement TCPMSS target for IPv6 by shamelessly copying from >Marc Boucher's IPv4 implementation. > >Signed-off-by: David A. Madore <[EMAIL PROTECTED]> Would not it be worthwhile to merge ipt_TCPMSS and ip6t_TCPMSS to xt_TCPMSS instead? -`J'

[patch] netfilter: implement TCPMSS target for IPv6

2007-01-14 Thread David Madore
Implement TCPMSS target for IPv6 by shamelessly copying from Marc Boucher's IPv4 implementation. Signed-off-by: David A. Madore <[EMAIL PROTECTED]> --- Note: The patch for ip6tables to make use of this module can be obtained from ftp://quatramaran.ens.fr/pub/madore/misc/ip6t-TCPMSS/ > (also c