mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 22:05:19 +02:00
fix ipp2p
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3b1d53fc44
commit
ab79dbb807
@ -36,7 +36,7 @@ diff -urN linux-2.6.21.1.old/include/linux/netfilter_ipv4/ipt_ipp2p.h linux-2.6.
|
|||||||
diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c
|
diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c
|
||||||
--- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100
|
--- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200
|
+++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200
|
||||||
@@ -0,0 +1,881 @@
|
@@ -0,0 +1,882 @@
|
||||||
+#if defined(MODVERSIONS)
|
+#if defined(MODVERSIONS)
|
||||||
+#include <linux/modversions.h>
|
+#include <linux/modversions.h>
|
||||||
+#endif
|
+#endif
|
||||||
@ -893,6 +893,7 @@ diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/n
|
|||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||||
+ .name = "ipp2p",
|
+ .name = "ipp2p",
|
||||||
+ .match = &match,
|
+ .match = &match,
|
||||||
|
+ .family = AF_INET,
|
||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
|
||||||
+ .matchsize = sizeof(struct ipt_p2p_info),
|
+ .matchsize = sizeof(struct ipt_p2p_info),
|
||||||
+#endif
|
+#endif
|
||||||
|
@ -36,7 +36,7 @@ diff -urN linux-2.6.21.1.old/include/linux/netfilter_ipv4/ipt_ipp2p.h linux-2.6.
|
|||||||
diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c
|
diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c
|
||||||
--- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100
|
--- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100
|
||||||
+++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200
|
+++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200
|
||||||
@@ -0,0 +1,881 @@
|
@@ -0,0 +1,882 @@
|
||||||
+#if defined(MODVERSIONS)
|
+#if defined(MODVERSIONS)
|
||||||
+#include <linux/modversions.h>
|
+#include <linux/modversions.h>
|
||||||
+#endif
|
+#endif
|
||||||
@ -893,6 +893,7 @@ diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/n
|
|||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
|
||||||
+ .name = "ipp2p",
|
+ .name = "ipp2p",
|
||||||
+ .match = &match,
|
+ .match = &match,
|
||||||
|
+ .family = AF_INET,
|
||||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
|
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18)
|
||||||
+ .matchsize = sizeof(struct ipt_p2p_info),
|
+ .matchsize = sizeof(struct ipt_p2p_info),
|
||||||
+#endif
|
+#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user