summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-07-04 07:01:29 +0000
committerErmal <eri@pfsense.org>2013-07-04 07:01:41 +0000
commitfae0e09833d06c048f5b1055608d57c439b87863 (patch)
tree4ea4bcf3db21ced8eb4456735377f5887ab41c1f /etc
parent032a3c0a21d1d84ab91f5f95e5842041f64d8a2b (diff)
downloadpfsense-fae0e09833d06c048f5b1055608d57c439b87863.zip
pfsense-fae0e09833d06c048f5b1055608d57c439b87863.tar.gz
Remove duplicated line that makes dhcp6c not run correctly
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index eb28c0e..a953fd1 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3430,7 +3430,6 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
/* skip address request if this is set */
if(!isset($wancfg['dhcp6prefixonly']))
$dhcp6cconf .= " send ia-na 0; # request stateful address\n";
- $dhcp6cconf .= " send ia-na 0; # request stateful address\n";
if(is_numeric($wancfg['dhcp6-ia-pd-len']))
$dhcp6cconf .= " send ia-pd 0; # request prefix delegation\n";
OpenPOWER on IntegriCloud