Re: [PATCH 0/2] xt_u32 - match arbitrary bits and bytes of a packet

2007-06-03 Thread Jan Engelhardt
On Jun 3 2007 01:07, [EMAIL PROTECTED] wrote: >On Sat, 02 Jun 2007 23:46:46 +0200, Jan Engelhardt said: > >> along comes xt_u32, a revamped ipt_u32, > >+1 for doing this - I've been dragging along a local ipt_u32 patch for a while, >and been wishing it had ipv6 support. > >> *Reduced t

Re: [PATCH 0/2] xt_u32 - match arbitrary bits and bytes of a packet

2007-06-02 Thread Valdis . Kletnieks
On Sat, 02 Jun 2007 23:46:46 +0200, Jan Engelhardt said: > along comes xt_u32, a revamped ipt_u32, +1 for doing this - I've been dragging along a local ipt_u32 patch for a while, and been wishing it had ipv6 support. > * Reduced the buffer size to 17 KB. I think that is quite ok since >

[PATCH 0/2] xt_u32 - match arbitrary bits and bytes of a packet

2007-06-02 Thread Jan Engelhardt
Hello! along comes xt_u32, a revamped ipt_u32, * added ipv6 support since that seemed dead simple, given u32's task. I would have even liked to unlock u32 for _all_ protocols, but .family = AF_UNSPEC does not do the right thing right now, but that's not so much a