pf  

Re: Viewing authpf rules loaded

Daniel Hartmeier
Tue, 09 Nov 2004 12:43:16 -0800

On Tue, Nov 09, 2004 at 05:17:42PM -0300, Fernando Braga wrote:

> fmbraga:783$ sudo pfctl -a authpf -sA
>  authpf/f_neus(16509)

The full anchor name is literally 'authpf/f_neus(16509)', consisting of
authpf, the user name and the pid, including the slash and the
parentheses, try

 $ sudo pfctl -a 'authpf/f_neus(16509)' -sr

The quotes are for the shell.

Daniel
  • Re: Viewing authpf rules loaded Daniel Hartmeier