From: Phil Oester <kernel@linuxace.com>
To: netfilter-devel@lists.netfilter.org
Subject: [PATCH] ip6t_REJECT on ppc
Date: Mon, 20 Sep 2004 15:32:47 -0700 [thread overview]
Message-ID: <20040920223247.GA373@linuxace.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
As noted by Pavel Sikora, PPC platform has no optimized version of
csum_ipv6_magic. As such, ip6t_REJECT does not build on that
platform without including the generic version. The patch below
does this.
Compile tested on i386 - Pavel tested the patch below on PPC.
This fixes bugzilla #226.
Phil
[-- Attachment #2: patch-ip6treject --]
[-- Type: text/plain, Size: 517 bytes --]
diff -ru pom-orig/REJECT/linux-2.6/net/ipv6/netfilter/ip6t_REJECT.c pom-new/REJECT/linux-2.6/net/ipv6/netfilter/ip6t_REJECT.c
--- pom-orig/REJECT/linux-2.6/net/ipv6/netfilter/ip6t_REJECT.c 2004-03-26 00:39:33.000000000 -0800
+++ pom-new/REJECT/linux-2.6/net/ipv6/netfilter/ip6t_REJECT.c 2004-09-20 15:27:22.070527392 -0700
@@ -22,6 +22,7 @@
#include <net/ipv6.h>
#include <net/tcp.h>
#include <net/icmp.h>
+#include <net/ip6_checksum.h>
#include <net/ip6_fib.h>
#include <net/ip6_route.h>
#include <net/flow.h>
reply other threads:[~2004-09-20 22:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20040920223247.GA373@linuxace.com \
--to=kernel@linuxace.com \
--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.