summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-11 19:57:36 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-11 19:58:19 -0400
commit087a89f823d366d3588c5ce1ca351b6e2dcee2d3 (patch)
treedf25508697b3f0b18448c065501caca8233b7e48 /etc/inc/vslb.inc
parent32c580703fb09b02127e4f71ed430c0412419125 (diff)
downloadpfsense-087a89f823d366d3588c5ce1ca351b6e2dcee2d3.zip
pfsense-087a89f823d366d3588c5ce1ca351b6e2dcee2d3.tar.gz
fix some of the logging for load balancer, still partially broken
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index 4c90f22..bb92e19 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -201,6 +201,7 @@ function relayd_configure() {
/* reindex pools by name as we loop through the pools array */
$pools = array();
+ $conf .= "log updates \n";
/* Virtual server pools */
if(is_array($pool_a)) {
for ($i = 0; isset($pool_a[$i]); $i++) {
@@ -272,4 +273,4 @@ function relayd_configure() {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud