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

@ -86,7 +86,7 @@ foreach ($ports_vlans_oids as $ifIndex => $entry)
{
$vlan_num = $i;
//print_debug("ifIndex = $ifIndex, \$i = $i, mode ${entry['portMode']}");
//print_debug("ifIndex = $ifIndex, \$i = $i, mode {$entry['portMode']}");
if (isset($discovery_vlans[$vtp_domain_index][$vlan_num]))
{
$discovery_ports_vlans[$ifIndex][$vlan_num] = array('vlan' => $vlan_num);