summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-07-08 21:23:50 +0000
committerBill Marquette <billm@pfsense.org>2008-07-08 21:23:50 +0000
commitf2e893249f98a6e4ed4bb900ecdd4fdcd0bf69f1 (patch)
tree7ac98545e90e58f4cc73dbf43e31e8908e4435d1 /etc
parent5fbee6aa3ac56759aaccf13067ec8ca3d61bf8e5 (diff)
downloadpfsense-f2e893249f98a6e4ed4bb900ecdd4fdcd0bf69f1.zip
pfsense-f2e893249f98a6e4ed4bb900ecdd4fdcd0bf69f1.tar.gz
add comment with an XXX to remind me to fix
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vslb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index 6d39dea..86cd2a5 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -46,7 +46,7 @@ function relayd_configure() {
/* Virtual server pools */
if(is_array($pool_a)) {
for ($i = 0; isset($pool_a[$i]); $i++) {
- /* Don't deal with gateway pools */
+ /* Don't deal with gateway pools - XXX remove me after gateways are converted */
if ($pool_a[$i]['type'] == "gateway")
continue;
OpenPOWER on IntegriCloud