Arp uses action
This commit is contained in:
parent
074d6c22c5
commit
d5340507fa
@ -1497,7 +1497,8 @@ namespace EduNetworkBuilder
|
||||
destination = myNetwork.DNSLookup(ItemClickedOn, dest);
|
||||
if (destination == null || destination.GetIPString == NB.ZeroIPString)
|
||||
destination = new NB_IPAddress(dest);
|
||||
ItemClickedOn.AskArpFromHere(destination);
|
||||
NB.DoActionArpDevice(ItemClickedOn.GetUniqueIdentifier, destination);
|
||||
//ItemClickedOn.AskArpFromHere(destination);
|
||||
myNetwork.ProcessPackets();
|
||||
UpdateMessages();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user