From owner-freebsd-pf@FreeBSD.ORG Mon Oct 1 09:24:51 2007 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DD7116A417 for ; Mon, 1 Oct 2007 09:24:51 +0000 (UTC) (envelope-from kian.mohageri@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id 309BB13C455 for ; Mon, 1 Oct 2007 09:24:50 +0000 (UTC) (envelope-from kian.mohageri@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2238232nzf for ; Mon, 01 Oct 2007 02:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LQGiKg2uGfgiKw/AxB3FvywKzRC4KZZIOOfeEd1/MOY=; b=YUv7zV82j6S6P32dWXlucJaKbQXQOy/EB2hiVNpqyXe4gIDEdFxx/GloHI+FpZH3uvA96/tbFlztZ6Uxda7+fUHsYDnKSbBUb44Bn4FsjEp0v+0jCMTk86GmGhurRHmZ2d0e9PX95qu+EiCNf1AoIFwyikaQN4YBwhLHz/d/BLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pLfrFAAQoT54spvx66ug+dB2IhA2Omh4NwL9bq6BNZJhb+yV+W1m+a+30bkmsl87oYluSPv01gD+JaC7z+A6p0uweaHfRn3rt+nNH0hTnTW8BDnS5cC+WsmQQVjzp/+jYCFHSTYpYPdDaPT5otyLXTAjRL1Y5UdT0Uc8SS3bhnM= Received: by 10.64.232.16 with SMTP id e16mr14422251qbh.1191230689982; Mon, 01 Oct 2007 02:24:49 -0700 (PDT) Received: by 10.64.209.2 with HTTP; Mon, 1 Oct 2007 02:24:49 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 02:24:49 -0700 From: "Kian Mohageri" To: Umar In-Reply-To: <12967291.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <12967291.post@talk.nabble.com> Cc: freebsd-pf@freebsd.org Subject: Re: how to include external file in pf.conf X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 01 Oct 2007 09:24:51 -0000 On 9/30/07, Umar wrote: > > Dear Members! > > Is it possible that i can include another configuration file e.g > (mycustom.conf) within pf.conf > Have you read about anchors? http://www.openbsd.org/faq/pf/anchors.html -Kian