diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-21 16:30:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-21 16:30:44 +0000 |
commit | 68d73be80c2ce125eaee57c047443e5c88991ed7 (patch) | |
tree | a0d181727b675965e83792b012861f03802644f7 /include | |
parent | 02ff1ea933a4759e65028feffe64b1f16b446ef7 (diff) | |
download | upstream-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 'include')
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index f474b6a398..63773722cc 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -92,7 +92,6 @@ $(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_QUOTA, $(P_XT)xt_quota) # filter -$(eval $(call nf_add,IPT_FILTER,CONFIG_IP_NF_MATCH_IPP2P, $(P_V4)ipt_ipp2p)) $(eval $(call nf_add,IPT_FILTER,CONFIG_IP_NF_MATCH_LAYER7, $(P_V4)ipt_layer7)) $(eval $(call nf_add,IPT_FILTER,CONFIG_NETFILTER_XT_MATCH_LAYER7, $(P_XT)xt_layer7)) $(eval $(call nf_add,IPT_FILTER,CONFIG_IP_NF_MATCH_STRING, $(P_V4)ipt_string)) |