mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
console: make tracking the default for LAN IPv6
This commit is contained in:
parent
0c54c68d26
commit
4858faafe0
@ -298,7 +298,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), 'n'
|
||||
'Configure %s address %s interface via WAN tracking?', $label_IPvX, $upperifname), 'y'
|
||||
)) {
|
||||
$intip = 'track6';
|
||||
$intbits = '64';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user