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
commit68d73be80c2ce125eaee57c047443e5c88991ed7 (patch)
treea0d181727b675965e83792b012861f03802644f7 /target/linux/generic-2.6/patches-2.6.28/130-netfilter_ipset.patch
parent02ff1ea933a4759e65028feffe64b1f16b446ef7 (diff)
downloadupstream-68d73be80c2ce125eaee57c047443e5c88991ed7.tar.gz
upstream-68d73be80c2ce125eaee57c047443e5c88991ed7.tar.bz2
upstream-68d73be80c2ce125eaee57c047443e5c88991ed7.zip
remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
SVN-Revision: 14596
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