Tim Young 2015-11-20 15:21:40 -05:00
commit 8e5c9cb97a
1 changed files with 1 additions and 0 deletions

View File

@ -464,6 +464,7 @@ namespace EduNetworkBuilder
if(Link != null)
{
NetworkDevice tmp = myNet.GetDeviceFromID(Link.Src);
if (tmp == null) continue;
if (tmp.hostname != hostname) thelist.Add(tmp.hostname);
tmp = myNet.GetDeviceFromID(Link.Dst);
if (tmp.hostname != hostname) thelist.Add(tmp.hostname);