Fixed some bugs

This commit is contained in:
Tim Young 2016-11-09 07:31:24 -06:00
parent 4903d9da9c
commit f5a74d1ff3
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ namespace EduNetworkBuilder
//We actually do not do anything. The tag remains intact.
tPacket.VLANID = VI.ID;
}
//added to fix the issue with vpns and pings - 11-09-2016
tPacket.TsourceIP = myIP;
}
private VLANInfo IncomingVLAN(int ID)