diff options
author | Joerg Zinke <zinke@cvs.openbsd.org> | 2012-07-09 15:20:58 +0000 |
---|---|---|
committer | Joerg Zinke <zinke@cvs.openbsd.org> | 2012-07-09 15:20:58 +0000 |
commit | 5b4f8f5fd9354911af9e8882726a56aedfd6d6f9 (patch) | |
tree | 14110098c249c48d5045f36e6230ad1c32256ff3 /share/man | |
parent | 408ba7d2761195e2126b2fb29eea2077c9f5ce85 (diff) |
Enable support for the 'weight' keyword in the 'least-states'
load balancing case, this allows Weighted Least States (WLS).
Everything prepared on c2k11 with help from mcbride@.
This finally makes PF ready for the cloud.
ok henning@ mikeb@ pyr@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 3d9f5d46444..e22d97a5120 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.516 2012/07/09 14:05:35 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.517 2012/07/09 15:20:57 zinke Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -970,7 +970,10 @@ destination with The .Ar least-states option selects the address with the least active states from -a given address pool. +a given address pool and considers given weights +associated with address(es). +Weights can be specified between 1 and 65535. +Addresses with higher weights are selected more often. .Pp .Ar sticky-address can be specified to ensure that multiple connections from the |