summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-26 19:13:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-11-26 19:13:06 +0000
commitc3b5cdfccf92fc8fa8972e4ead0044cae0a39e5e (patch)
tree7276f1b5634dd12dbd771974eff3fe60e9202e34
parented9a80d937bfc58a0c67653e4eda0b9bda940b2b (diff)
more cleanup
-rw-r--r--share/man/man5/pf.conf.524
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index d0b98bc48a3..58a0b5fb15d 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.122 2002/11/26 19:09:07 deraadt Exp $
+.\" $OpenBSD: pf.conf.5,v 1.123 2002/11/26 19:13:05 deraadt Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1334,16 +1334,16 @@ Syntax for
in BNF:
.Bd -literal
line = ( option | pf_rule | nat_rule | binat_rule | rdr_rule |
- antispoof_rule | altq_rule | queue_rule )
+ antispoof_rule | altq_rule | queue_rule )
option = set ( [ "timeout" ( timeout | "{" timeout-list "}" ) ] |
- [ "optimization" [ "default" | "normal" |
- "high-latency" | "satellite" |
- "aggressive" | "conservative" ] ]
- [ "limit" ( limit | "{" limit-list "}" ) ] |
- [ "loginterface" ( interface-name | "none" ) ] |
- [ "block-policy" ( "drop" | "return" ) ] |
- [ "require-order" ( "yes" | "no" ) ] ).
+ [ "optimization" [ "default" | "normal" |
+ "high-latency" | "satellite" |
+ "aggressive" | "conservative" ] ]
+ [ "limit" ( limit | "{" limit-list "}" ) ] |
+ [ "loginterface" ( interface-name | "none" ) ] |
+ [ "block-policy" ( "drop" | "return" ) ] |
+ [ "require-order" ( "yes" | "no" ) ] ).
pf_rule = action ( "in" | "out" )
[ "log" | "log-all" ] [ "quick" ]
@@ -1416,7 +1416,7 @@ host = [ "!" ] address [ "/" mask-bits ] .
redirhost = address [ "/" mask-bits ] .
routehost = ( interface-name [ address [ "/" mask-bits ] ] )
address = ( interface-name | "(" interface-name ")" | host-name |
- ipv4-dotted-quad | ipv6-coloned-hex ) .
+ ipv4-dotted-quad | ipv6-coloned-hex ) .
host-list = host [ [ "," ] host-list ] .
redirost-list = redirhost [ [","] redirhost-list ] .
routehost-list = routehost [ [","] routehost-list ] .
@@ -1443,13 +1443,13 @@ icmp-type-code = ( icmp-type-name | icmp-type-number )
icmp-list = icmp-type-code [ [ "," ] icmp-list ] .
tos = "tos" ( "lowdelay" | "throughput" | "reliability" |
- [ "0x" ] number ) .
+ [ "0x" ] number ) .
state-opts = state-opt [ [ "," ] state-opts ] .
state-opt = ( "max" number ) | ( timeout seconds ) .
fragmentation = [ "fragment reassemble" | "fragment crop" |
- "fragment drop-ovl" ] .
+ "fragment drop-ovl" ] .
timeout-list = timeout [ [ "," ] timeout-list ] .
timeout = ( "tcp.first" | "tcp.opening" | "tcp.established" |