Revision 9d05f1d1
Added by Seth Mos almost 14 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2934 | 2934 |
} |
2935 | 2935 |
$dhcp6cconf .= "request domain-name-servers;\n"; |
2936 | 2936 |
$dhcp6cconf .= "request domain-name;\n"; |
2937 |
// $dhcp6cconf .= "script \"/etc/rc.newwanipv6\"; # we'd like some nameservers please\n";
|
|
2937 |
$dhcp6cconf .= "script \"/etc/rc.newwanipv6\"; # we'd like some nameservers please\n"; |
|
2938 | 2938 |
|
2939 | 2939 |
$dhcp6cconf .= "};\n"; |
2940 | 2940 |
$dhcp6cconf .= "id-assoc na 0 { };\n"; |
Also available in: Unified diff
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.