netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description

SVN-Revision: 9269
This commit is contained in:
Gabor Juhos
2007-10-12 14:58:35 +00:00
parent 4bc640743a
commit 4e05416c39
8 changed files with 3994 additions and 528 deletions

View File

@@ -227,6 +227,18 @@ endef
define KernelPackage/ipt-ipset/description
Netfilter kernel modules for ipset
Includes:
- ip_set
- ip_set_iphash
- ip_set_ipmap
- ip_set_ipporthash
- ip_set_iptree
- ip_set_iptreemap
- ip_set_macipmap
- ip_set_nethash
- ip_set_portmap
- ipt_set
- ipt_SET
endef
$(eval $(call KernelPackage,ipt-ipset))