commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -64,6 +64,9 @@ switch ($vars['sort']) {
case 'media':
$ports = array_sort_by($ports, 'ifType', $sort_order, SORT_STRING);
break;
case 'mtu':
$ports = array_sort_by($ports, 'ifMtu', $sort_order, SORT_NUMERIC);
break;
case 'descr':
$ports = array_sort_by($ports, 'ifAlias', $sort_order, SORT_STRING);
break;