From 44b0ec8322f230e205ac6a253f83e5539dd4e178 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Mar 2009 18:37:21 -0400 Subject: Return interface names in caps --- etc/inc/util.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/util.inc b/etc/inc/util.inc index 41cc9de..dd6c517 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -328,7 +328,7 @@ function get_configured_interface_with_descr($only_opt = false, $withdisabled = if($ifdetail['descr'] == "") $iflist[$if] = strtoupper($if); else - $iflist[$if] = $ifdetail['descr']; + $iflist[$if] = strtoupper($ifdetail['descr']); } } -- cgit v1.1