mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: groups can be virtual
PR: https://github.com/opnsense/core/issues/3082
This commit is contained in:
parent
c6fd3bc018
commit
8f80d7620f
@ -119,7 +119,7 @@ $main_buttons = array(
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
$iflist = legacy_config_get_interfaces(array('virtual' => false));
|
||||
$iflist = legacy_config_get_interfaces();
|
||||
foreach (explode(" ", $ifgroupentry['members']) as $id => $memb):?>
|
||||
<?=$id > 0 ? "," : "";?>
|
||||
<?=!empty($iflist[$memb]) ? $iflist[$memb]['descr'] : $memb;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user