summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2004-08-29 23:32:14 +0000
committerHarald Welte <laforge@gnumonks.org>2004-08-29 23:32:14 +0000
commitaae69bed019826ddec93f761514652a93d871e49 (patch)
tree50397ccff19cae81d8b3b9a6101c75eb1e35d522 /Makefile
parent161b35f372c1612863f9ebd327e6c4a9f0959e2a (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 82e55467..0c8fe505 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