summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-20 17:24:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-20 17:24:02 +0000
commitb5aa9413992f3ec56093eafacd850eb793d3b8c6 (patch)
tree438514375ed5d5a5546b3ff6c636ed612dac867b /etc/inc/vslb.inc
parentadb6911771c5d22ec37b6e1978bf52103de039e4 (diff)
downloadpfsense-b5aa9413992f3ec56093eafacd850eb793d3b8c6.zip
pfsense-b5aa9413992f3ec56093eafacd850eb793d3b8c6.tar.gz
Add round-robin method
Ticket #626
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index c3a6187..cfa58cd 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -70,6 +70,7 @@ function slbd_configure() {
$svrtxt .= "\t:{$svrcnt}={$lbsvr}:\\\n";
$svrcnt++;
}
+ $slbdconf .= "\t:method=round-robin:\\\n";
$slbdconf .= "\t:services={$svrcnt}:\\\n";
$slbdconf .= $svrtxt;
}
OpenPOWER on IntegriCloud