summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-11 22:14:33 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-11 22:15:12 -0400
commitecd7281ee6d056e135932f9afc29f9b72accc090 (patch)
tree871cf5b07d5a27311035ff33cf0c0df74a33200c /usr/local/www/load_balancer_virtual_server_edit.php
parent12c547897b01047ddf5ead0ca364fa14c3b8fa0b (diff)
downloadpfsense-ecd7281ee6d056e135932f9afc29f9b72accc090.zip
pfsense-ecd7281ee6d056e135932f9afc29f9b72accc090.tar.gz
remove warning for redirect mode since it's not supported
Diffstat (limited to 'usr/local/www/load_balancer_virtual_server_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 7bd2e7b..0cd91e5 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -193,7 +193,6 @@ document.observe("dom:loaded", function() {
<td width="78%" class="vtable" colspan="2">
<input name="ipaddr" type="text" <?if(isset($pconfig['ipaddr'])) echo "value=\"{$pconfig['ipaddr']}\"";?> size="16" maxlength="16">
<br>This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster.
- <br><b>NOTE:</b> DO NOT USE RELAY MODE WITH PROXY ARP - IT WILL NOT WORK - TODO for 2.0 to fix.
</td>
</tr>
<tr align="left">
OpenPOWER on IntegriCloud