diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-03-11 14:58:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-03-11 14:58:00 +0000 |
commit | 97ea9e3c2aeefd0c782628797260f0e4d1e5937d (patch) | |
tree | 692cce2736fd3a9ae8a3a9c00b71309ad1245e15 /package/network/utils/iptables | |
parent | 09fd40c28f0746389853535c5e3c9e837a81738c (diff) | |
download | upstream-97ea9e3c2aeefd0c782628797260f0e4d1e5937d.tar.gz upstream-97ea9e3c2aeefd0c782628797260f0e4d1e5937d.tar.bz2 upstream-97ea9e3c2aeefd0c782628797260f0e4d1e5937d.zip |
iptables/netfilter: add connlimit to conntrack-extra
SVN-Revision: 39878
Diffstat (limited to 'package/network/utils/iptables')
-rw-r--r-- | package/network/utils/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 50b1754c51..fd8477252f 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -103,6 +103,7 @@ Extra iptables extensions for connection tracking. Matches: - connbytes + - connlimit - connmark - recent - helper |