Create an enum for the traversal technologies
This commit is contained in:
parent
9db658f362
commit
0df2449223
@ -89,7 +89,8 @@ namespace EduNetworkBuilder
|
||||
public enum DebugPausePoint { none=0, packet_create=1, packet_kill=2,
|
||||
packet_in=4, packet_out=8, packet_duplicate=16, all=63,
|
||||
dump=256, pause=512}
|
||||
|
||||
public enum TraersalTechnology { gateway, static_route, vlan, ethernet, wireless, firewall,
|
||||
vpn, vpn_encryption, ip_address}
|
||||
|
||||
[Serializable]
|
||||
public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to
|
||||
|
Loading…
Reference in New Issue
Block a user