webgui: include IPv6 link-local interface addresses

Link-local works, lighttpd supports this since at least 1.4.41.
This commit is contained in:
Maurice Walker 2023-11-25 20:28:00 +01:00 committed by Franco Fichtner
parent 74a9f11b9a
commit 9ef93c1b78

View File

@ -83,11 +83,6 @@ function webgui_configure_do($verbose = false, $interface = '')
$listeners = count($interfaces) ? [] : ['0.0.0.0', '::'];
foreach (interfaces_addresses($interfaces) as $tmpaddr => $info) {
if ($info['scope']) {
/* link-local does not seem to be supported */
continue;
}
if (!$info['bind']) {
continue;
}