Revision 74e1e658
Added by Jim Pingle almost 15 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2706 | 2706 |
} |
2707 | 2707 |
|
2708 | 2708 |
/* XXX: For speed reasons reference directly the interface array */ |
2709 |
$ifdescrs = $config['interfaces']; |
|
2709 |
$ifdescrs = &$config['interfaces'];
|
|
2710 | 2710 |
//$ifdescrs = get_configured_interface_list(false, true); |
2711 | 2711 |
|
2712 | 2712 |
foreach ($ifdescrs as $if => $ifname) { |
Also available in: Unified diff
Whoops this reference was good (for speed) and should stay.