No ip addresses for wport nics
This commit is contained in:
parent
501e0fc571
commit
5df3735d09
@ -191,6 +191,7 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
List<string> theIPs = new List<string>();
|
List<string> theIPs = new List<string>();
|
||||||
if (myNicType == NicType.port) return theIPs;
|
if (myNicType == NicType.port) return theIPs;
|
||||||
|
if (myNicType == NicType.wport) return theIPs;
|
||||||
if (myNicType == NicType.none) return theIPs;
|
if (myNicType == NicType.none) return theIPs;
|
||||||
string DHCPString = "";
|
string DHCPString = "";
|
||||||
if (UsesDHCP && CanUseDHCP) DHCPString = "DHCP: ";
|
if (UsesDHCP && CanUseDHCP) DHCPString = "DHCP: ";
|
||||||
|
Loading…
Reference in New Issue
Block a user