summaryrefslogtreecommitdiffstats
path: root/etc
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 /etc
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 'etc')
-rw-r--r--etc/inc/services.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 219887e..e6bd51b 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1077,9 +1077,6 @@ EOD;
}
$dhcpdv6conf .= " {\n";
- if($dhcpv6ifconf['failover_peerip'] <> "")
- $dhcpdv6conf .= " deny dynamic bootp clients;\n";
-
if (isset($dhcpv6ifconf['denyunknown']))
$dhcpdv6conf .= " deny unknown-clients;\n";
OpenPOWER on IntegriCloud