diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-21 21:28:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-21 21:28:07 +0000 |
commit | e3b009287413243e91841a2525a03755e8cd7524 (patch) | |
tree | 7920228ed3f3c38f0b5fee7798559bd37f7a0788 /share/man/man5 | |
parent | 15702db563cf3bb27b73add23931b4e5ad1b1e1f (diff) |
fix route-to also
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 83721430ff0..e7302b45514 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.65 2002/07/05 14:32:45 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.66 2002/07/21 21:28:06 deraadt Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -83,8 +83,10 @@ return = "return-rst" [ "(" "ttl" number ")" ] | interface-list = interface-name [ "," interface-list ] . route = "fastroute" | - "route-to" interface-name[":"address] | - "dup-to" interface-name[":"address] + "route-to" "(" interface-name address ")" | + "dup-to" interface-name + "route-to" "(" interface-name address ")" | + "dup-to" interface-name af = "inet" | "inet6" . proto-list = ( proto-name | proto-number ) [ "," proto-list ] . |