Add the v into the name

This commit is contained in:
Tim Young 2017-08-25 09:52:37 -05:00
parent 0df2449223
commit 7d14ca89bb
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ 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,
public enum TraversalTechnology { gateway, static_route, vlan, ethernet, wireless, firewall,
vpn, vpn_encryption, ip_address}
[Serializable]