From fae0e09833d06c048f5b1055608d57c439b87863 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 4 Jul 2013 07:01:29 +0000 Subject: Remove duplicated line that makes dhcp6c not run correctly --- etc/inc/interfaces.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'etc') 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"; -- cgit v1.1