From ae93d3941c8667f36ce378354bd3d2a0a0128344 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 29 Aug 2004 23:32:14 +0000 Subject: 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3