summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-08-29 15:19:00 +0200
committerSeth Mos <seth.mos@dds.nl>2011-08-29 15:19:00 +0200
commit9d05f1d15a245fabf877b4d5924ac1cf0d3a8f23 (patch)
tree9f647177135d4df63f949a83d42a2b28a132a6bc
parent71282744edfc23d88caae79d8918baaa26ea2bee (diff)
downloadpfsense-9d05f1d15a245fabf877b4d5924ac1cf0d3a8f23.zip
pfsense-9d05f1d15a245fabf877b4d5924ac1cf0d3a8f23.tar.gz
renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track down how to best handle this.
Dhclient does not pass the interface as a argument which makes this really hard.
-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 344d3aa..ff5c46b 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2934,7 +2934,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