All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andras Kis-Szabo <kisza@securityaudit.hu>
To: "Maciej So?tysiak" <maciej.soltysiak@ae.poznan.pl>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [POM PATCHES] IPv6 ports of time and quota matches
Date: Mon, 5 Jan 2004 13:12:44 +0100	[thread overview]
Message-ID: <20040105121244.GB16171@sch.bme.hu> (raw)
In-Reply-To: <000501c3c96c$c1f02e60$0e25fe0a@southpark.ae.poznan.pl>

Maciej Sołtysiak ............................................................................ (2003. december 23.)

Hi,

> I noticed I have two patchsets left behind, never included in patch-o-matic
> These are IPv6 ports of the time and quota matches.
Please, be careful w/ the 'plain ports'.
Rusty has changed the internal structure of the IPv4 parts (acording the skb
linearization) - and these changes are missing from the IPv6 part. In IPv6
every packets are linearized - in IPv4 you have to linearize the required
parts avery time and in some higher-level protocols tha helper functions have
benn changed.
(We have no size parameter in the IPv6 header (like in IPv4) so we cannot seek
in the virtual skb. We have to parse the full header every time. I think that
a plain linearize_all is much more cheaper.)

Regards,

	kisza 

-- 
    Andras Kis-Szabo       Security Development, Design and Audit
-------------------------/        Zorp, NetFilter and IPv6
 kisza@SecurityAudit.hu /----------------------------------------------->

  reply	other threads:[~2004-01-05 12:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-23 15:52 [POM PATCHES] IPv6 ports of time and quota matches Maciej Sołtysiak
2004-01-05 12:12 ` Andras Kis-Szabo [this message]
2004-01-06 18:54   ` Harald Welte

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040105121244.GB16171@sch.bme.hu \
    --to=kisza@securityaudit.hu \
    --cc=maciej.soltysiak@ae.poznan.pl \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.