Revision bfaafe28
Added by Darren Embry about 13 years ago
etc/rc.initial.setlanip | ||
---|---|---|
185 | 185 |
$config['interfaces'][$interface]['if'] = $ifaceassigned; |
186 | 186 |
$config['interfaces'][$interface]['ipaddr'] = $intip; |
187 | 187 |
$config['interfaces'][$interface]['subnet'] = $intbits; |
188 |
if ($intip6 && $intbits6) {
|
|
188 |
if ($intip6) { |
|
189 | 189 |
$config['interfaces'][$interface]['ipaddrv6'] = $intip6; |
190 | 190 |
$config['interfaces'][$interface]['subnetv6'] = $intbits6; |
191 | 191 |
} |
Also available in: Unified diff
setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' should work now.