From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 15:08:20 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46EB016A41C for ; Tue, 7 Jun 2005 15:08:20 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD03D43D1F for ; Tue, 7 Jun 2005 15:08:19 +0000 (GMT) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([69.172.31.81]) by mta11.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with SMTP id <20050607150818.GWAG13270.mta11.adelphia.net@barbish> for ; Tue, 7 Jun 2005 11:08:18 -0400 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Tue, 7 Jun 2005 11:08:14 -0400 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: OpenBSD PF set skip on rule not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2005 15:08:20 -0000 I have this rule in my PF rules file. When I load the rules I get syntax error on the rule. set skip on lo0 # No restrictions on Loopback Interface The OpenBSD PF manual says this is good syntax. Does any FreeBSD PF users use this and does it work??? Also is there some command to display the bad syntax line along with the error message?