Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2005 18:42:19 -0700 (PDT)
From:      Luke Dean <LukeD@pobox.com>
To:        freebsd-questions@freebsd.org
Cc:        Brian John <brianjohn@fusemail.com>
Subject:   Re: problems with pf
Message-ID:  <20050422184113.O16245@border.crystalsphere.multiverse>
In-Reply-To: <20050422183724.W16245@border.crystalsphere.multiverse>
References:  <4269A431.1060201@fusemail.com> <20050422183724.W16245@border.crystalsphere.multiverse>

next in thread | previous in thread | raw e-mail | index | archive | help

> Parse your rules without actually loading them:
> pfctl -n -f /etc/pf.conf
>
> Flush the old rules and load the new ones without rebooting:
> pfctl -F -f /etc/pf.conf

Gah!  I knew that didn't look right...
pfctl -F all -f /etc/pf.conf

Or check out "man pfctl" for other options.

>
> Both are must-haves for tinkering with pf.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050422184113.O16245>