Hi here :)
i guess i found a typo in the pf.conf man page, syntax section.
anyway, keep up the great work devs !
clean and simple ... love it
laurent
Index: share/man/man5/pf.conf.5
===================================================================
RCS file: /cvs/src/share/man/man5/pf.conf.5,v
retrieving revision 1.442
diff -u -r1.442 pf.conf.5
--- share/man/man5/pf.conf.5 1 May 2009 09:01:26 -0000 1.442
+++ share/man/man5/pf.conf.5 29 May 2009 20:40:25 -0000
@@ -2695,7 +2695,7 @@
bandwidth-spec = "number" ( "b" | "Kb" | "Mb" | "Gb" | "%" )
action = "pass" | "match" | "block" [ return ]
-return = "drop" | "return" | "return-rst" [ "( ttl" number ")" ] |
+return = "drop" | "return" | "return-rst" [ "(" ttl number ")" ] |
"return-icmp" [ "(" icmpcode [ [ "," ] icmp6code ] ")" ] |
"return-icmp6" [ "(" icmp6code ")" ]
icmpcode = ( icmp-code-name | icmp-code-number )