add a level and two devices
This commit is contained in:
@@ -32,7 +32,7 @@ namespace EduNetworkBuilder
|
||||
public enum ResponseToPacket { none, accept, masq, drop, reject }
|
||||
public enum DebugLevel { none=0, info=1, routing=2, switching=4, natting=8, filtering=16, debug=32 , packet=64, all=127}
|
||||
public enum NetworkComponentType { none, router, net_switch, net_hub, laptop, pc, server, wap ,
|
||||
wrouter, wbridge, wrepeater, link, firewall, ip_phone, printer, copier, microwave, fluorescent }
|
||||
wrouter, wbridge, wrepeater, link, firewall, ip_phone, printer, copier, microwave, fluorescent, cellphone, tablet }
|
||||
public enum NicType { none, lo, eth, wlan, wan, vpn, tun, management_interface, port, wport }
|
||||
public enum IPAddressType { ip, gw, route, ip_only }
|
||||
public enum nb_direction { none, to_src, to_dst }
|
||||
@@ -62,6 +62,7 @@ namespace EduNetworkBuilder
|
||||
Level2_VPN_woes,
|
||||
Level3_BlackHole, Level3_Busted, Level3_Middle_Man_Out, Level3_PhoneyNetwork, Level3_VPNify, Level3_EncryptionTroubles,
|
||||
Level3_NowhereToGo, Level3_GrandCentralStation, Level3_Dead, Level0_NetworkLoop2, Level0_BrokenLink,
|
||||
Level3_TwoDHCPServers,
|
||||
Level4_DualWans, Level4_SinglesLife, Level4_SmallSubnets, Level4_OneRoute, Level4_RouterReplacement,
|
||||
Level4_InternalSubnetting, Level4_Internalhemorrhage
|
||||
}
|
||||
|
Reference in New Issue
Block a user