From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 07:04:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99BC6106564A for ; Wed, 21 Sep 2011 07:04:21 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 604028FC12 for ; Wed, 21 Sep 2011 07:04:21 +0000 (UTC) Received: by qyk4 with SMTP id 4so1483623qyk.13 for ; Wed, 21 Sep 2011 00:04:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=VKIQnUTt21FJwWRR/KWZFyQ4O4Yo9TzXhsu4cg10yug=; b=EitMYd2It0vR7O2m8TlngK1gx9RSh9vX9QEXP+qQSewWiTgV662oC8UAtWWW69b5ai G9EdHjCI1Blu7wSQyd+DHgzF3MBxp4lO0DGVMUln8Jl+TchnA57pMKkiwMU5xHzWXCRP JH0ZeZ5r7itfO61hYH3c+UnlGmUpAH2XCNBNs= MIME-Version: 1.0 Received: by 10.229.1.145 with SMTP id 17mr224188qcf.34.1316586857798; Tue, 20 Sep 2011 23:34:17 -0700 (PDT) Received: by 10.229.52.5 with HTTP; Tue, 20 Sep 2011 23:34:17 -0700 (PDT) Date: Wed, 21 Sep 2011 00:34:17 -0600 Message-ID: From: Modulok To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: How to find out which version of PF a given box is using... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 07:04:21 -0000 List, Is there an easy way to find out what version of PF a given FreeBSD version is using? Currently I'm doing this: grep -iE '\bpf\b' /usr/src/UPDATING Just wondering if I'm missing something. I didn't see any '--version' flag in pfctl. -Modulok-