From owner-freebsd-net@FreeBSD.ORG Wed Sep 7 00:52:28 2005 Return-Path: <owner-freebsd-net@FreeBSD.ORG> X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6098F16A420 for <freebsd-net@freebsd.org>; Wed, 7 Sep 2005 00:52:28 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id E515043D55 for <freebsd-net@freebsd.org>; Wed, 7 Sep 2005 00:52:20 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 25328 invoked from network); 7 Sep 2005 00:52:19 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:In-Reply-To:References:Date:Subject:From:To:Cc:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; b=seVS1RHTRfXnUKRR53EUFaL6izYHLtjNv5QV4QIOe2KpYdq7dvIIAhbrQ7sxZ9IEaJEmvdaxpESpcgE42NTpFpKNuTEYNq4vg3UDn+quEMsuc9UPfnWCAB8PIRZZVDsY512w9b12Cea4J00ra47nuesnPDGnr1P+S4g9NWWNenU= ; Received: from unknown (HELO 172.16.0.1) (mikej@70.31.50.81 with login) by smtp100.rog.mail.re2.yahoo.com with SMTP; 7 Sep 2005 00:52:19 -0000 Received: from 172.16.0.199 (SquirrelMail authenticated user mikej) by 172.16.0.1 with HTTP; Tue, 6 Sep 2005 20:52:15 -0400 (EDT) Message-ID: <1417.172.16.0.199.1126054335.squirrel@172.16.0.1> In-Reply-To: <20050906141304.GA31424@tin.it> References: <20050906100348.GA1440@tin.it> <20050906120657.GD41863@cell.sick.ru> <20050906141304.GA31424@tin.it> Date: Tue, 6 Sep 2005 20:52:15 -0400 (EDT) From: "Mike Jakubik" <mikej@rogers.com> To: "Paolo Pisati" <p.pisati@oltrelinux.com> User-Agent: SquirrelMail/1.5.1 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD_Net <freebsd-net@freebsd.org> Subject: Re: Summer of Code 2005: Improve Libalias X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net> List-Post: <mailto:freebsd-net@freebsd.org> List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>, <mailto:freebsd-net-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 07 Sep 2005 00:52:28 -0000 On Tue, September 6, 2005 10:13 am, Paolo Pisati said: > On Tue, Sep 06, 2005 at 04:06:57PM +0400, Gleb Smirnoff wrote: > >> during your work with libalias have you found any bugs or buglets, or a >> rough places, that should be considered to be merged to main FreeBSD CVS >> tree as soon as possible, before next release? > > well, actually i didn't find any bugs in libalias that was not imputable > to my work, but i found 2 bugs in other parts of FreeBSD: > > > 1) kernel panic with ipfw as kld in 5.x and 6.x: > > > kldload ipfw.ko ipfw show (the 65k rule will show up) ipfw add 100 allow > all from any to any ipfw del 100 panic: kmem_malloc: entry not found or > misaligned > > tested on qemu only > > 2) natd crash receiving a SIGHUP > > > launch natd this way (as root): > > /sbin/natd -n <if> -v > > > where if is your nic > > then > > sudo killall -HUP natd > > natd will core dump > > i didn't have time to investigate any further, but if i'm not the only one > to see them, i can take a look... And what is the point of all of this when we have OpenBSD's PF? ipfw and libalias is dead.