find_interface_ipv6 should return the first configured address, not the last one

This commit is contained in:
Renato Botelho 2013-02-21 08:43:28 -03:00
parent 8de7e1805a
commit acc68ffad2

View File

@ -4181,6 +4181,7 @@ function find_interface_ipv6($interface, $flush = false)
} else {
$ifinfo['subnetbitsv6'] = $parts[3];
}
break;
}
}
}