On Wed, Jul 27, 2011 at 10:24:10AM +0000, hvom .org wrote:
> Hi
> 
> I very problem with packet-filter OpenBSD 4.9 !
> 
> I read in /etc/pf.conf :
> 
> scrub in all  ----> syntax error
> 
> scrub in ----> syntax error
> 
> match in all scrub ----> syntax error
> 
> scrub in all on $re0 ----> syntax error
> 
> 
> I become crazy, help me please !!!!!!!
> 

man pf.conf shows an example

match in all scrub (no-df max-mss 1440)

According to pf.conf(5) you MUST provide an option in () after the
scrub keyword.

.... Ken

Reply via email to