aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-02-21 16:30:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-02-21 16:30:44 +0000
commite24e5420635f279acf7136d5690c4b82f4e970dc (patch)
tree9015a5fb3e3e954870b012caa2835b4276f60150 /target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
parent754598ae7049c9b4922545fc98e0322b49a778a0 (diff)
downloadmaster-187ad058-e24e5420635f279acf7136d5690c4b82f4e970dc.tar.gz
master-187ad058-e24e5420635f279acf7136d5690c4b82f4e970dc.tar.bz2
master-187ad058-e24e5420635f279acf7136d5690c4b82f4e970dc.zip
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
index 1409c6d11b..87bf3c25f9 100644
--- a/target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
+++ b/target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
@@ -7534,7 +7534,7 @@
+module_exit(ipt_SET_fini);
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
-@@ -400,5 +400,122 @@ config IP_NF_ARP_MANGLE
+@@ -394,5 +394,122 @@ config IP_NF_ARP_MANGLE
endif # IP_NF_ARPTABLES
@@ -7665,9 +7665,9 @@
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
+obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
- obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_ipp2p.o
-
-@@ -65,6 +66,18 @@ obj-$(CONFIG_IP_NF_TARGET_REDIRECT) += i
+ # targets
+ obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o
+@@ -63,6 +64,18 @@ obj-$(CONFIG_IP_NF_TARGET_REDIRECT) += i
obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o
obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o