recalc8021QPorts: wrong object id to touch
bugfix: references to tags and files remained when a location was deleted
(#747)
bugfix: date/time attributes handling code had a bug (#719)
+ bugfix: 802.1Q recalc button wasn't turning switch in out-of-sync state
update: vlan search results now include binded IP networks
update: make scaled rack thumb images sharp again
update: Cisco IOS 15.0 support
// queue changes in D-config of local switch
if ($changed = replace8021QPorts ('desired', $switch_id, $before, $order))
{
- touchVLANSwitch ($portinfo['remote_object_id']);
+ touchVLANSwitch ($switch_id);
$ret['switches'] ++;
$ret['ports'] += $changed;
}