summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-09-06 13:55:40 -0400
committerjim-p <jimp@pfsense.org>2013-09-06 13:56:40 -0400
commit1d47cb37b3f7173c65b1aff521adf7ac2382f195 (patch)
tree6460ca73654c2d9a4821c34046cbdc76fe756112 /usr
parent8571cdd51a9e18c7a22fe2e934708b920b512f70 (diff)
downloadpfsense-1d47cb37b3f7173c65b1aff521adf7ac2382f195.zip
pfsense-1d47cb37b3f7173c65b1aff521adf7ac2382f195.tar.gz
Do not sync DHPCv6, it must operate independetly. Ticket #3184
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_hasync.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_hasync.php b/usr/local/www/system_hasync.php
index a686581..fbd5388 100755
--- a/usr/local/www/system_hasync.php
+++ b/usr/local/www/system_hasync.php
@@ -259,7 +259,7 @@ include("head.inc");
<td class="vtable">
<input id='synchronizedhcpd' type='checkbox' name='synchronizedhcpd' value='on' <?php if ($pconfig['synchronizedhcpd'] === "on") echo "checked='checked'"; ?> />
<br />
- When this option is enabled, this system will automatically sync the DHCP Server settings over to the other HA host when changes are made.
+ When this option is enabled, this system will automatically sync the DHCP Server settings over to the other HA host when changes are made. This only applies to DHCP for IPv4.
</td>
</tr>
<tr valign="top">
OpenPOWER on IntegriCloud