* [PATCH] ip6t_REJECT on ppc
@ 2004-09-20 22:32 Phil Oester
0 siblings, 0 replies; only message in thread
From: Phil Oester @ 2004-09-20 22:32 UTC (permalink / raw)
To: netfilter-devel
[-- 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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-20 22:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-20 22:32 [PATCH] ip6t_REJECT on ppc Phil Oester
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.