From owner-cvs-all@FreeBSD.ORG Thu Jun 10 02:45:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11DD16A4CE; Thu, 10 Jun 2004 02:45:09 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D4443D55; Thu, 10 Jun 2004 02:45:09 +0000 (GMT) (envelope-from max@love2party.net) Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BYFYh-0008Df-00; Thu, 10 Jun 2004 04:44:51 +0200 Received: from [84.128.139.222] (helo=donor.laier.local) by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1BYFYg-0008J3-00; Thu, 10 Jun 2004 04:44:51 +0200 From: Max Laier To: Ruslan Ermilov Date: Thu, 10 Jun 2004 04:45:37 +0200 User-Agent: KMail/1.6.2 References: <200406092010.i59KAcXH025699@repoman.freebsd.org> In-Reply-To: <200406092010.i59KAcXH025699@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_Yt8xAm5sA16WKPL"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406100445.44763.max@love2party.net> X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:e28873fbe4dbe612ce62ab869898ff08 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet in.h ip_fw.h ip_fw2.c raw_ip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 02:45:09 -0000 --Boundary-02=_Yt8xAm5sA16WKPL Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 09 June 2004 22:10, Ruslan Ermilov wrote: > ru 2004-06-09 20:10:38 UTC > > FreeBSD src repository > > Modified files: > sbin/ipfw ipfw.8 ipfw2.c > sys/netinet in.h ip_fw.h ip_fw2.c raw_ip.c > Log: > Introduce a new feature to IPFW2: lookup tables. These are useful > for handling large sparse address sets. Initial implementation by > Vsevolod Lobko , refined by me. Idea from: pf ;) Nice! > MFC after: 1 week > > Revision Changes Path > 1.145 +61 -2 src/sbin/ipfw/ipfw.8 > 1.51 +108 -2 src/sbin/ipfw/ipfw2.c > 1.84 +6 -0 src/sys/netinet/in.h > 1.85 +19 -0 src/sys/netinet/ip_fw.h > 1.60 +324 -1 src/sys/netinet/ip_fw2.c > 1.134 +5 -0 src/sys/netinet/raw_ip.c =2D-=20 Best regards, | mlaier@freebsd.org Max Laier | ICQ #67774661 http://pf4freebsd.love2party.net/ | mlaier@EFnet --Boundary-02=_Yt8xAm5sA16WKPL Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAx8tYXyyEoT62BG0RAoI5AJ9yBOGMz/Bh39IzDkqoZtAoQQYnoACdGOyN f5VAAfnYiv3dIDCPafXX9xI= =QPXz -----END PGP SIGNATURE----- --Boundary-02=_Yt8xAm5sA16WKPL--