2007/10/22, Jeff Simmons <[EMAIL PROTECTED]>: > [...] > > firewall:~#pfctl -a '*' -sr > anchor "*" all { > pfctl: DIOCGETRULES: Invalid argument > } > > Am I misreading the man page in assuming that both of these commands should > return the block line that the authme login set up, or is something else > going on?
Use pftcl -vsA, it will return you the anchors nested in authpf/* like: authpf authpf/user(pid) authpf/anotheruser(pid) The use pfctl -a 'authpf/user(pid)' -sr to display user's rules. f.