make changes to IP and gateway

This commit is contained in:
2017-08-28 18:37:21 -05:00
parent 31e07852cf
commit 465de0f6b0
4 changed files with 83 additions and 4 deletions

View File

@ -1181,7 +1181,7 @@ namespace EduNetworkBuilder
case HowToBreak.DeviceChangeGW:
return TraversalTechnology.gateway;
case HowToBreak.DeviceChangeIP:
return TraversalTechnology.ip_address;
return TraversalTechnology.network_interface;
case HowToBreak.EthernetBreak:
case HowToBreak.EthernetCorrupt:
return TraversalTechnology.ethernet;