Do not sync DHPCv6, it must operate independetly. Ticket #3184

This commit is contained in:
jim-p 2013-09-06 13:55:40 -04:00
parent d3b3240bd0
commit cf07d57433
2 changed files with 1 additions and 3 deletions

View File

@ -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();

View File

@ -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">