From owner-freebsd-ipfw@FreeBSD.ORG Thu May 21 15:12:14 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A06A106567C for ; Thu, 21 May 2009 15:12:14 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.9.129]) by mx1.freebsd.org (Postfix) with ESMTP id 0D6D08FC26 for ; Thu, 21 May 2009 15:12:14 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id C034D730A1; Thu, 21 May 2009 17:01:13 +0200 (CEST) Date: Thu, 21 May 2009 17:01:13 +0200 From: Luigi Rizzo To: Ermal Lu?i Message-ID: <20090521150113.GA47160@onelab2.iet.unipi.it> References: <9a542da30905210720y50fafe59ld3459c9e76ef5824@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9a542da30905210720y50fafe59ld3459c9e76ef5824@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ipfw@freebsd.org Subject: Re: Does ipfw support interface groups? X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 15:12:15 -0000 On Thu, May 21, 2009 at 04:20:48PM +0200, Ermal Lu?i wrote: > Hello, > > can ipfw use somehow interface groups as pf(4) can? > >From a quick glance at documentation and not so through look at code > it does not but i am sending this just if i missed something during my > search! something like ... { recv ed0 or recv xl1 or recv ath4 or recv vlan0 } ... is perhaps not so nice but does the job. cheers luigi