diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-30 11:26:21 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-12-30 11:26:21 +0000 |
commit | 8121cbc040a4ac67cde49e01c58735265078f760 (patch) | |
tree | ba9443ff93e5c323215c854f900ea307ad66d88a /share/man/man5 | |
parent | 79fc1e6961eef663ded42d8e550006da5eda4530 (diff) |
Remove stray 'hosts' on the nat-rule production in BNF, found by
Benjamin M.A. Robson.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index b49407bfc5c..bee778018f1 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.160 2002/12/28 22:15:47 mcbride Exp $ +.\" $OpenBSD: pf.conf.5,v 1.161 2002/12/30 11:26:20 dhartmei Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1572,7 +1572,7 @@ filteropt = [ user ] | [ group ] | [ flags ] | [ "max-mss" number ] [ fragmentation ] [ "allow-opts" ] | [ "label" string ] | [ "queue" string ] -nat-rule = [ "no" ] "nat" "on" ifspec [ af ] [ protospec ] hosts +nat-rule = [ "no" ] "nat" "on" ifspec [ af ] [ protospec ] "from" ipspec "to" ipspec [ portspec ] [ "->" ( redirhost | "{" redirhost-list "}" ) [ portspec ] ] [ pooltype ] [ "static-port" ] |