mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
rc: make IPv6 a no -> no -> yes please static transition
This commit is contained in:
parent
cfaf933e57
commit
c17aa040f1
@ -254,7 +254,7 @@ function console_configure_ip_address($version)
|
||||
|
||||
if ($interface != 'wan' && $version === 6 && !empty($config['interfaces']['wan']['ipaddrv6']) &&
|
||||
$config['interfaces']['wan']['ipaddrv6'] == 'dhcp6' && console_prompt_for_yn(sprintf(
|
||||
'Configure %s address %s interface via WAN tracking?', $label_IPvX, $upperifname), 'y'
|
||||
'Configure %s address %s interface via WAN tracking?', $label_IPvX, $upperifname), 'n'
|
||||
)) {
|
||||
$intip = 'track6';
|
||||
$intbits = '64';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user