Create an enum for the traversal technologies

This commit is contained in:
Tim Young 2017-08-25 09:51:48 -05:00
parent 9db658f362
commit 0df2449223
1 changed files with 2 additions and 1 deletions

View File

@ -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