mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not sync DHPCv6, it must operate independetly. Ticket #3184
This commit is contained in:
parent
d3b3240bd0
commit
cf07d57433
@ -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();
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user