From owner-freebsd-pf@FreeBSD.ORG Sun Sep 25 10:23:21 2011 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 D73221065673 for ; Sun, 25 Sep 2011 10:23:21 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 700C58FC15 for ; Sun, 25 Sep 2011 10:23:21 +0000 (UTC) Received: by wyj26 with SMTP id 26so2778315wyj.13 for ; Sun, 25 Sep 2011 03:23:20 -0700 (PDT) Received: by 10.227.197.76 with SMTP id ej12mr4320725wbb.102.1316946200356; Sun, 25 Sep 2011 03:23:20 -0700 (PDT) Received: from [192.168.0.10] (did75-17-88-165-130-96.fbx.proxad.net. [88.165.130.96]) by mx.google.com with ESMTPS id l40sm10785655wbm.10.2011.09.25.03.23.18 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Sep 2011 03:23:19 -0700 (PDT) References: In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8J2) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <27DA1CE5-7DAE-41DE-8DD0-1F5CB4B84ACD@my.gd> X-Mailer: iPhone Mail (8J2) From: Damien Fleuriot Date: Sun, 25 Sep 2011 12:23:11 +0200 To: h bagade Cc: "freebsd-pf@freebsd.org" Subject: Re: dynamic loading of pf rules? 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: Sun, 25 Sep 2011 10:23:21 -0000 On 25 Sep 2011, at 12:15, h bagade wrote: > Hello everybody, >=20 > Is there any way to dynamically load pf rules? I mean each part of pf rule= s > could be loaded and deleted without interruptions to the other parts(e.g. > loading nat rules first then add only altq rules then delete filter rules)= . > _______________________________________________ > freebsd-pf@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" You may want to have a look at PF's anchors which may be a solution to your q= uestion.