summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge>2004-08-29 23:32:14 +0000
committerlaforge <laforge>2004-08-29 23:32:14 +0000
commitae93d3941c8667f36ce378354bd3d2a0a0128344 (patch)
tree50397ccff19cae81d8b3b9a6101c75eb1e35d522 /Makefile
parent5e3acbf8cc2dc646d7d485a5fe93520086fecd7f (diff)
complete libiptc rewrite. Time to load 10k rules goes down from 2.20 minutes to 1.255 seconds (!). Might still contain bugs, use with caution.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 82e5546..0c8fe50 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ TOPLEVEL_INCLUDED=YES
ifndef KERNEL_DIR
KERNEL_DIR=/usr/src/linux
endif
-IPTABLES_VERSION:=1.2.11
-OLD_IPTABLES_VERSION:=1.2.10
+IPTABLES_VERSION:=1.3.0
+OLD_IPTABLES_VERSION:=1.2.11
PREFIX:=/usr/local
LIBDIR:=$(PREFIX)/lib