From owner-freebsd-pf@FreeBSD.ORG Thu May 5 17:11:58 2005 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4731F16A4CE for ; Thu, 5 May 2005 17:11:58 +0000 (GMT) Received: from mail.secureworks.net (mail.secureworks.net [209.101.212.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 8B56443DB4 for ; Thu, 5 May 2005 17:11:57 +0000 (GMT) (envelope-from mdg@secureworks.net) Received: (qmail 87423 invoked from network); 5 May 2005 17:11:52 -0000 Received: from unknown (HELO ?192.168.29.82?) (63.239.86.253) by mail.secureworks.net with SMTP; 5 May 2005 17:11:52 -0000 Message-ID: <427A5401.3020808@secureworks.net> Date: Thu, 05 May 2005 13:12:33 -0400 From: Matthew George User-Agent: Mozilla Thunderbird 0.9 (X11/20041117) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: net/ifstated update X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 17:11:58 -0000 I just filed a PR (ports/80667) to bring ifstated in line with the latest OpenBSD sources. The only really visible changes should be those dealing with the config file grammar. From their cvs commit message: Simplify the ifstated syntax: "carp0 link up" => carp0.link.up "and" => && "or" => || * Allow one line actions after if statements without braces. * Remove unecessary parentheses in the example config. The example config reflects these changes ... let me know if you have any problems with it once it's committed. -- Matthew George SecureWorks