use broadcast func

This commit is contained in:
Tim Young 2020-12-07 13:55:41 -07:00
parent ecf2332eee
commit 774797a28f
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ namespace EduNetworkBuilder
tPacket.OutboundIP = tPacket.destIP;
tPacket.TsourceIP = null;
}
else if(tPacket.destIP.GetIPString != NB.BroadcastIPString)
else if(!tPacket.destIP.IsBroadcast())
{
//it needs to go to a gateway. Set the next destination is the GW
tPacket.OutboundIP = dest;