diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-08-24 12:47:08 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-08-24 12:47:08 +0000 |
commit | 0d873dc5119802584cca1ee379fe82790432d733 (patch) | |
tree | 4fbf5b08f2654f9bad6e543258df641bb0ae378e | |
parent | 12ffd26cc538e865e25a12264d55af13f09c6997 (diff) |
Tables can now be used in round-robin pools.
ok henning@
-rw-r--r-- | share/man/man5/pf.conf.5 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 16add0d7142..051f4c50eac 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.267 2003/08/22 21:50:34 david Exp $ +.\" $OpenBSD: pf.conf.5,v 1.268 2003/08/24 12:47:07 cedric Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -120,9 +120,13 @@ translation rules such as or .Ar rdr (see below for details on the various rule types). -Tables cannot be used for things like the redirect address of -translation rules, nor can they be used in the routing options of -filter rules. +Tables can also be used for the redirect address of +.Ar nat +and +.Ar rdr +rules and in the routing options of filter rules, but only for +.Ar round-robin +pools. .Pp Tables can be defined with any of the following .Xr pfctl 8 |