summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-09-06 13:52:21 -0400
committerjim-p <jimp@pfsense.org>2013-09-06 13:56:55 -0400
commitd3b3240bd0991224f7caa3ba308ada532dea6bbe (patch)
treee46e9026b95e291d06e82f7a351849f959953526 /usr/local/www/services_dhcpv6.php
parentaf0a477a1fe1aa1da9c0543142f892d4109e91fd (diff)
downloadpfsense-d3b3240bd0991224f7caa3ba308ada532dea6bbe.zip
pfsense-d3b3240bd0991224f7caa3ba308ada532dea6bbe.tar.gz
Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index ce87acd..09a4696 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -277,11 +277,6 @@ if ($_POST) {
$config['dhcpdv6'][$if]['defaultleasetime'] = $_POST['deftime'];
$config['dhcpdv6'][$if]['maxleasetime'] = $_POST['maxtime'];
$config['dhcpdv6'][$if]['netmask'] = $_POST['netmask'];
- $previous = $config['dhcpdv6'][$if]['failover_peerip'];
- if($previous <> $_POST['failover_peerip'])
- mwexec("/bin/rm -rf /var/dhcpd/var/db/*");
-
- $config['dhcpdv6'][$if]['failover_peerip'] = $_POST['failover_peerip'];
unset($config['dhcpdv6'][$if]['winsserver']);
@@ -392,7 +387,6 @@ include("head.inc");
document.iform.deftime.disabled = endis;
document.iform.maxtime.disabled = endis;
//document.iform.gateway.disabled = endis;
- document.iform.failover_peerip.disabled = endis;
document.iform.dhcpv6leaseinlocaltime.disabled = endis;
document.iform.domain.disabled = endis;
document.iform.domainsearchlist.disabled = endis;
@@ -654,13 +648,6 @@ display_top_tabs($tab_array);
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("Failover peer IP:");?></td>
- <td width="78%" class="vtable">
- <input name="failover_peerip" type="text" class="formfld host" id="failover_peerip" size="28" value="<?=htmlspecialchars($pconfig['failover_peerip']);?>"><br>
- <?=gettext("Leave blank to disable. Enter the interface IP address of the other machine. Machines must be using CARP.");?>
- </td>
- </tr>
- <tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Time format change"); ?></td>
<td width="78%" class="vtable">
<table>
OpenPOWER on IntegriCloud