From owner-freebsd-stable Fri Aug 18 11:58:46 2000 Delivered-To: freebsd-stable@freebsd.org Received: from accord.grasslake.net (accord.grasslake.net [206.11.249.240]) by hub.freebsd.org (Postfix) with ESMTP id 29C1537B43E for ; Fri, 18 Aug 2000 11:58:44 -0700 (PDT) Received: from marlowe (Marlowe.campbell-mithun.com [192.159.32.184]) by accord.grasslake.net (8.9.3/8.9.3) with SMTP id NAA11379 for ; Fri, 18 Aug 2000 13:59:56 -0500 (CDT) (envelope-from swb@grasslake.net) Message-ID: <002301c00946$67bd8c10$b8209fc0@marlowe> From: "Shawn Barnhart" To: References: <000f01c00939$0dd7b480$b8209fc0@marlowe><20000818141256.A29131@pir.net> <14749.32249.842000.944007@jef-nt.mdacc.tmc.edu> Subject: Re: ipfilter v. ipfw Date: Fri, 18 Aug 2000 13:59:14 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While I'm creating a potential religious debate, does ipfilter allow you to output your rules in a format that enables them to be read in by ipf? In other words, can you do ipf list > foo and then do ipf add -f foo ? One thing that bugs me about ipfw is that I've ended up rolling my own script to rebuild my firewall rules at boot time from a file created by doing ipfw list. (I keep thinking that there must be a smarter way to do this, but I'm either too lazy or blind to see it). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message