
pascal.mail at plouf
Jul 15, 2007, 1:05 PM
Post #1 of 1
(542 views)
Permalink
|
|
[PATCH] tcpmss match for IPv6 (libip6t_tcpmss)
|
|
Patrick McHardy a écrit : > Pascal Hambourg wrote: > >>I just made libip6t_tcpmss.c, ip6t_tcpmss.h and libip6t_tcpmss.man from >>the existing corresponding IPv4 files in iptables 1.3.8, roughly by >>replacing all occurrences of 'ip' with 'ip6'. It builds and seems to >>work on my x86 box. Shall I post a diff -ruN against the original >>iptables 1.3.8 tree here for review ? > > ip6_tables ports for x_tables matches and targets should ideally already > use the xt_ structures and constants. If you send a patch for tcpmss > I'll happily add it to SVN. As I explained before, my patch is directly adapted from libipt_tcpmss and does not use the xtables definitions. > BTW, Yasuyuki, whats the current state of your x_tables userspace > patches? I recall they we're almost finished when you posted them > a couple of month ago. Now Yasuyuki has posted his x_tables patches including the porting tcpmss to x_tables, mine seems superfluous. However I post it for those who might want to try it with the current stable iptables. I am glad that my proposal indirectly triggered the posting of the x_tables patches. :-)
|