On Thu, Feb 26, 2015 at 2:40 PM, Edgar Pettijohn
<[email protected]> wrote:
> pass in log on $ext_if proto udp from any to any port 5060 no state
>
> I didn't see anywhere in pf.conf(5) that shows "no state" as an option.
Hmm? It's *first* mention is on line 139 of the manpage:
pass The packet is passed; state is created unless the no state option
is specified.
and it can be reached in the syntax via the filteropt non-terminal:
filteropt =
...
( "no" | "keep" | "modulate" | "synproxy" ) "state"
Philip Guenther