mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
find_interface_ipv6 should return the first configured address, not the last one
This commit is contained in:
parent
8de7e1805a
commit
acc68ffad2
@ -4181,6 +4181,7 @@ function find_interface_ipv6($interface, $flush = false)
|
||||
} else {
|
||||
$ifinfo['subnetbitsv6'] = $parts[3];
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user