Fixed some bugs
This commit is contained in:
parent
4903d9da9c
commit
f5a74d1ff3
@ -224,6 +224,8 @@ namespace EduNetworkBuilder
|
|||||||
//We actually do not do anything. The tag remains intact.
|
//We actually do not do anything. The tag remains intact.
|
||||||
tPacket.VLANID = VI.ID;
|
tPacket.VLANID = VI.ID;
|
||||||
}
|
}
|
||||||
|
//added to fix the issue with vpns and pings - 11-09-2016
|
||||||
|
tPacket.TsourceIP = myIP;
|
||||||
}
|
}
|
||||||
|
|
||||||
private VLANInfo IncomingVLAN(int ID)
|
private VLANInfo IncomingVLAN(int ID)
|
||||||
|
Loading…
Reference in New Issue
Block a user