diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2019-04-25 10:05:13 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2019-04-25 10:05:13 +0000 |
commit | 6a6d96fe2b1e3872f0d5ed5b35c0618b646fa438 (patch) | |
tree | e1bd0189cbec51da18f9874c3de150fb2e2abb98 /share/man/man5/pf.conf.5 | |
parent | c9803e2bdb72503d62ff824f58deb0a3147eb4b3 (diff) |
sticky-address is working with source-hash.
ok deraadt
Diffstat (limited to 'share/man/man5/pf.conf.5')
-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 247ceef40a5..c3fa0d07e58 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.577 2018/07/12 05:54:49 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.578 2019/04/25 10:05:12 yasuoka Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 12 2018 $ +.Dd $Mdocdate: April 25 2019 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1045,7 +1045,7 @@ Weights can be specified between 1 and 65535. Addresses with higher weights are selected more often. .Cm sticky-address is as described above. -.It Cm source-hash Op Ar key +.It Cm source-hash Oo Ar key Oc Op Cm sticky-address The .Cm source-hash option uses a hash of the source address to determine the redirection address, @@ -1057,6 +1057,8 @@ by default .Xr pfctl 8 randomly generates a key for source-hash every time the ruleset is reloaded. +.Cm sticky-address +is as described above. .It Cm static-port With .Cm nat-to |