[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pf closes access to named



On Thu, Mar 14, 2002 at 08:27:36PM +0100, James Wilde wrote:

> noise  = "{ 137, 138, 139 }" in
> block in     quick on $int_if inet proto udp from $inside to any port =
> $noise

Remove the '='. It should be 'port { a, b }', not 'port = { a, b }'.
And I do get a syntax error with the latter.

Daniel