Fix a bug where resetting a switch did not reset the vlans on the switch
This commit is contained in:
@ -1350,7 +1350,8 @@ namespace EduNetworkBuilder
|
||||
private void pbNetworkView_Reset_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (ItemClickedOn == null) return;
|
||||
ItemClickedOn.ClearIPs(); //reset the device
|
||||
//ItemClickedOn.ClearIPs(); //reset the device
|
||||
NB.DoActionResetDevice(ItemClickedOn.GetUniqueIdentifier);
|
||||
UpdateVisuals();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user