do all dhcp as action
This commit is contained in:
parent
bc1c994bbd
commit
13557c743f
@ -2116,7 +2116,8 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
nd = (NetworkDevice)nc;
|
||||
if (nd.IsBurned || nd.isFrozen() || nd.PowerOff) continue; //skip if burnt, off or frozen
|
||||
nd.DHCPRequestFromHere();
|
||||
NB.DoActionDHCP(nd.GetUniqueIdentifier);
|
||||
//nd.DHCPRequestFromHere();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user