Add an initial HowToBreak enum.

This commit is contained in:
Tim Young 2017-08-25 19:21:48 -05:00
parent da92d2dd3d
commit 7a15bbd1ce
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ namespace EduNetworkBuilder
dump=256, pause=512}
public enum TraversalTechnology { gateway, static_route, vlan, ethernet, wireless, firewall,
vpn, vpn_encryption, vpn_decryption, ip_address, masquerade, forward, arrived}
public enum HowToBreak { PowerOff, EthernetBreak, EthernetCorrupt, LockOutSwitch,
WirelessBreakSSID, WirelessBreakKey, DeviceChangeIP, DeviceChangeGW, StaticRouteClear,
StaticRouteCorrupt, VLANChange, VPNChangeEndpoint, VPNChangeKey}
[Serializable]
public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to