summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-08-18 10:11:49 +0200
committersmos <seth.mos@dds.nl>2011-08-18 10:11:49 +0200
commit5f24a4de1e193532a00c827b34f976746089feb4 (patch)
tree7d79293d55466c6a1842c769575f3421b38e1a8e /etc
parent12de53a8fa9d902be882fecc45b4e9f2898a0f1e (diff)
downloadpfsense-5f24a4de1e193532a00c827b34f976746089feb4.zip
pfsense-5f24a4de1e193532a00c827b34f976746089feb4.tar.gz
Disable the rc.newwanipv6 script called from the dhcp6 client, this causes a recursing configure.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index a010f75..56d22fe 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2924,7 +2924,7 @@ function interface_dhcpv6_configure($interface = "wan") {
}
$dhcp6cconf .= "request domain-name-servers;\n";
$dhcp6cconf .= "request domain-name;\n";
- $dhcp6cconf .= "script \"/etc/rc.newwanipv6\"; # we'd like some nameservers please\n";
+ // $dhcp6cconf .= "script \"/etc/rc.newwanipv6\"; # we'd like some nameservers please\n";
$dhcp6cconf .= "};\n";
$dhcp6cconf .= "id-assoc na 0 { };\n";
OpenPOWER on IntegriCloud