From owner-freebsd-security@FreeBSD.ORG Fri Jan 14 09:32:59 2005 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C694016A4CE for ; Fri, 14 Jan 2005 09:32:59 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C6543D53 for ; Fri, 14 Jan 2005 09:32:59 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 3401F6520E; Fri, 14 Jan 2005 09:32:57 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31941-03; Fri, 14 Jan 2005 09:32:56 +0000 (GMT) Received: from empiric.dek.spc.org (unknown [213.210.24.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id BD3C1651FC; Fri, 14 Jan 2005 09:32:53 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BEDAF6891; Fri, 14 Jan 2005 09:33:17 +0000 (GMT) Date: Fri, 14 Jan 2005 09:33:17 +0000 From: Bruce M Simpson To: Rumen Telbizov Message-ID: <20050114093317.GB57985@empiric.icir.org> Mail-Followup-To: Rumen Telbizov , Jeremie Le Hen , freebsd-security@freebsd.org, John Pettitt References: <41E6D3EE.5090205@cloudview.com> <20050113221947.GC46977@obiwan.tataz.chchile.org> <41E78BCA.2080903@e-card.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41E78BCA.2080903@e-card.bg> cc: freebsd-security@freebsd.org cc: John Pettitt cc: Jeremie Le Hen Subject: Re: Listening outside ipfw / program interface to ipfw X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 09:32:59 -0000 On Fri, Jan 14, 2005 at 11:07:22AM +0200, Rumen Telbizov wrote: > If someone can provide me a reference to the C api > of ipfw I will be thankfull. There isn't an ipfw API as such. Look at XORP, xorp/fea/pa_backend_ipfw2.cc. BMS