Revision 5c7cda13
Added by Marcos M over 2 years ago
src/etc/inc/util.inc | ||
---|---|---|
1537 | 1537 |
$iflist = []; |
1538 | 1538 |
foreach (config_get_path('interfaces', []) as $if => $if_detail) { |
1539 | 1539 |
if ($with_disabled || isset($if_detail['enable'])) { |
1540 |
$iflist[$if] = array_get_path($if_detail, 'descr', $if);
|
|
1540 |
$iflist[$if] = array_get_path($if_detail, 'descr', strtoupper($if));
|
|
1541 | 1541 |
} |
1542 | 1542 |
} |
1543 | 1543 |
|
Also available in: Unified diff
Restore default description behavior. Fix #13739