From: Peter Riley <Peter.Riley@hotpop.com>
To: Peter.Riley@hotpop.com
Cc: Jan Engelhardt <jengelh@computergmbh.de>,
netfilter-devel@lists.netfilter.org,
Patrick McHardy <kaber@trash.net>
Subject: Re: [PATCH] Last vestiges of NFC
Date: Sat, 01 Sep 2007 12:57:01 -0700 [thread overview]
Message-ID: <46D9C40D.6030001@hotpop.com> (raw)
In-Reply-To: <46D9BE2A.4070901@hotpop.com>
[-- Attachment #1: Type: text/plain, Size: 527 bytes --]
Peter Riley wrote:
>
> p-o-m-ng probably needs patching now too. I'll take a look...
A quick check found four occurrences.
These two are in old kernel code.
patchlets/TARPIT/linux/net/ipv4/netfilter/ipt_TARPIT.c
- nskb->nfcache = 0;
patchlets/IPV4OPTSSTRIP/linux/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c
- skb->nfcache |= NFC_ALTERED;
But these two are in match extensions. See patch.
patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c
patchlets/u32/iptables/extensions/libipt_u32.c
Best Regards,
Peter
[-- Attachment #2: pom-ng-nfcache-enema2.patch --]
[-- Type: text/plain, Size: 1107 bytes --]
Index: patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c
===================================================================
--- patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c (revision 7013)
+++ patchlets/ipv4options/iptables/extensions/libipt_ipv4options.c (working copy)
@@ -40,7 +40,6 @@
static int
parse(int c, char **argv, int invert, unsigned int *flags,
const struct ipt_entry *entry,
- unsigned int *nfcache,
struct ipt_entry_match **match)
{
struct ipt_ipv4options_info *info = (struct ipt_ipv4options_info *)(*match)->data;
Index: patchlets/u32/iptables/extensions/libipt_u32.c
===================================================================
--- patchlets/u32/iptables/extensions/libipt_u32.c (revision 7013)
+++ patchlets/u32/iptables/extensions/libipt_u32.c (working copy)
@@ -93,7 +93,6 @@
static int
parse(int c, char **argv, int invert, unsigned int *flags,
const struct ipt_entry *entry,
- unsigned int *nfcache,
struct ipt_entry_match **match)
{
struct ipt_u32 *data = (struct ipt_u32 *)(*match)->data;
next prev parent reply other threads:[~2007-09-01 19:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-25 17:21 [PATCH] Last vestiges of NFC Peter Riley
2007-08-25 18:07 ` Peter Riley
2007-08-29 16:58 ` Patrick McHardy
2007-08-30 15:13 ` Peter Riley
2007-08-30 18:40 ` Jan Engelhardt
2007-08-31 14:25 ` Peter Riley
2007-08-31 16:19 ` Patrick McHardy
2007-09-01 19:31 ` Peter Riley
2007-09-01 19:57 ` Peter Riley [this message]
2007-09-02 12:01 ` Patrick McHardy
2007-09-02 11:59 ` Patrick McHardy
2007-08-31 9:38 ` Patrick McHardy
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=46D9C40D.6030001@hotpop.com \
--to=peter.riley@hotpop.com \
--cc=jengelh@computergmbh.de \
--cc=kaber@trash.net \
--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.