On 2008-07-14, Charlie Clark <[EMAIL PROTECTED]> wrote: > I have noticed that you are unable to view the currently loaded options > for pf using pfctl, even 'pfctl -sa' doesn't show the options eg. set > skip on tun0.
Some of the "set" options aren't directly passed to PF, they're just used in pfctl. Others are available from various modifiers to pfctl -s, e.g. for skip rules: -s Interfaces Show the list of interfaces and interface drivers available to PF. When used together with -v, it additionally lists which interfaces have skip rules activated. When used together with -vv, in- terface statistics are also shown. -i can be used to select an interface or a group of interfaces.