diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:58:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:58:35 +0000 |
commit | 9c08fe97f010249de4f33511f06b5cea14ac37ff (patch) | |
tree | 042911d412fd6a41822401fb575612f881058c4b /target/linux/generic-2.6/config-2.6.22 | |
parent | dfb47af8440180bb834027f4528e00c8540328ba (diff) | |
download | upstream-9c08fe97f010249de4f33511f06b5cea14ac37ff.tar.gz upstream-9c08fe97f010249de4f33511f06b5cea14ac37ff.tar.bz2 upstream-9c08fe97f010249de4f33511f06b5cea14ac37ff.zip |
[kernel] 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.22')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index 9b07183880..96d4859456 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -577,6 +577,7 @@ CONFIG_IP_NF_SET_IPHASH=m CONFIG_IP_NF_SET_IPMAP=m CONFIG_IP_NF_SET_IPPORTHASH=m CONFIG_IP_NF_SET_IPTREE=m +CONFIG_IP_NF_SET_IPTREEMAP=m CONFIG_IP_NF_SET_MACIPMAP=m CONFIG_IP_NF_SET_MAX=256 CONFIG_IP_NF_SET_NETHASH=m |