summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.filter_synchronize2
-rwxr-xr-xusr/local/www/system_hasync.php2
2 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index d741640..318eaf4 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -322,8 +322,6 @@ if (is_array($config['hasync'])) {
}
if ($hasync['synchronizedhcpd'] != "" and is_array($config['dhcpd']))
$sections[] = 'dhcpd';
- if ($hasync['synchronizedhcpd'] != "" and is_array($config['dhcpdv6']))
- $sections[] = 'dhcpdv6';
if ($hasync['synchronizewol'] != "") {
if (!is_array($config['wol']))
$config['wol'] = array();
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