diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-08 07:24:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-08 07:24:43 +0000 |
commit | 393065b3bce3c30e57a40bf156f6081223d62762 (patch) | |
tree | fca7ce1b8074ab4cb2ce3a32e531e31c20e4ff16 /target/linux/linux-2.4/config/brcm | |
parent | e3aa23757bc379a31c1e0733325ea8fcb8d58083 (diff) | |
download | master-187ad058-393065b3bce3c30e57a40bf156f6081223d62762.tar.gz master-187ad058-393065b3bce3c30e57a40bf156f6081223d62762.tar.bz2 master-187ad058-393065b3bce3c30e57a40bf156f6081223d62762.zip |
add ipset kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4/config/brcm')
-rw-r--r-- | target/linux/linux-2.4/config/brcm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/linux-2.4/config/brcm b/target/linux/linux-2.4/config/brcm index 312a30ff7d..19ea26e92d 100644 --- a/target/linux/linux-2.4/config/brcm +++ b/target/linux/linux-2.4/config/brcm @@ -408,6 +408,17 @@ CONFIG_IP_NF_TARGET_TCPMSS=y CONFIG_IP_NF_ARPTABLES=m CONFIG_IP_NF_ARPFILTER=m CONFIG_IP_NF_ARP_MANGLE=m +CONFIG_IP_NF_SET=m +CONFIG_IP_NF_SET_MAX=256 +CONFIG_IP_NF_SET_HASHSIZE=1024 +CONFIG_IP_NF_MATCH_SET=m +CONFIG_IP_NF_TARGET_SET=m +CONFIG_IP_NF_SET_IPMAP=m +CONFIG_IP_NF_SET_PORTMAP=m +CONFIG_IP_NF_SET_MACIPMAP=m +CONFIG_IP_NF_SET_IPHASH=m +CONFIG_IP_NF_SET_NETHASH=m +CONFIG_IP_NF_SET_IPTREE=m # # IP: Virtual Server Configuration |