|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Dries Schellekens (gwyllion
ace.ulyssis.org)Date: Wed Mar 27 2002 - 19:24:12 CST
On Wed, 27 Mar 2002, Michael Shalayeff wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: mickey
cvs.openbsd.org 2002/03/27 11:16:23
>
> Modified files:
> share/man/man5 : pf.conf.5
> sys/net : pf.c pf_norm.c pfvar.h
> regress/sbin/pfctl: pf2.in pf2.ok
> sbin/pfctl : parse.y pfctl_parser.c
>
> Log message:
> implement a "no-route" keyword.
There's a typo in the pf.conf.5 diff:
- "from" ( "any" | host | "{" host-list "}" ) [ port ]
- "to" ( "any" | host | "{" host-list "}" ) [ port ] .
+ "from" ( "any" ! "no-route" | host | "{" host-list "}" ) [ port ]
^^^
this should be a | instead of a !
+ "to" ( "any" | "no-route" | host | "{" host-list "}" ) [ port ] .
Greetings,
Dries
-- Dries Schellekens email: gwyllionulyssis.org
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]