On Sun, Dec 28, 2014 at 6:38 AM, Harald Dunkel <ha...@afaics.de> wrote: > Hi folks, > > pfctl can give me an extended list of tables showing interface > group names, "self", etc. Sample: > > # pfctl -g -sT > egress > egress:0 > extern > extern:network > intern:network > nospamd > self > spamd-white > unroutable > > How can I query the value of the "special" tables?
These tables are under the hidden "_pf" anchor: pfctl -a _pf -t extern -T show