diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-07 17:17:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-07 17:17:04 +0000 |
commit | 8309e3dff2170afcbacb5b0b14a9d2b06f6cca8b (patch) | |
tree | b79031553b8f3cb5c79e1fb415f7b5dc8e2466c8 /target/linux/generic-2.6/config-2.6.22 | |
parent | ab72460ac6522ad7ec6998d82dbd246ac9205f72 (diff) | |
download | upstream-8309e3dff2170afcbacb5b0b14a9d2b06f6cca8b.tar.gz upstream-8309e3dff2170afcbacb5b0b14a9d2b06f6cca8b.tar.bz2 upstream-8309e3dff2170afcbacb5b0b14a9d2b06f6cca8b.zip |
add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here]
SVN-Revision: 9178
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 5b037ae1d9..ceed58e594 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -745,6 +745,7 @@ CONFIG_NETFILTER_XT_TARGET_MARK=m CONFIG_NETFILTER_XT_TARGET_NFLOG=m CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m CONFIG_NETFILTER_XT_TARGET_NOTRACK=m +CONFIG_NETFILTER_XT_TARGET_TARPIT=m CONFIG_NETFILTER_XT_TARGET_TCPMSS=y # CONFIG_NETPOLL is not set # CONFIG_NETROM is not set |