diff --git a/EduNetworkBuilder/NB.cs b/EduNetworkBuilder/NB.cs index 50fb513..8060fe1 100644 --- a/EduNetworkBuilder/NB.cs +++ b/EduNetworkBuilder/NB.cs @@ -105,8 +105,9 @@ namespace EduNetworkBuilder WirelessBreakSSID, WirelessBreakKey, DeviceChangeIP, DeviceChangeGW, StaticRouteClear, StaticRouteCorrupt, VLANChange, VPNChangeEndpoint, VPNChangeKey, BreakDevice } public enum NBAction { none, newdevice, changelocation, changecomponent, deletecomponent, - - ping, traceroute, arp, cleararp, dhcp } + ping, traceroute, arp, cleararp, dhcp, + replaceUPS, replace, poweroff, + } [Serializable] public struct HostNicID //This holds a unique identifier for a network card. Links use this to know what it is connected to