Rename IPAddress class to NB_IPAddress. We will be using the System.Net.IPAddress class and do not want to have a conflict.
This commit is contained in:
@@ -487,7 +487,7 @@ namespace EduNetworkBuilder
|
||||
}
|
||||
private void AddRoute()
|
||||
{
|
||||
IPAddress newip = new IPAddress(NB.ZeroIPString, NB.ZeroIPString, NB.ZeroIPString);
|
||||
NB_IPAddress newip = new NB_IPAddress(NB.ZeroIPString, NB.ZeroIPString, NB.ZeroIPString);
|
||||
newip.Edit(myNetDevice, this, NB.Translate("LBW_AddRouteCreate"));
|
||||
myNetDevice.AddRoute(newip);
|
||||
UpdateForm();
|
||||
|
Reference in New Issue
Block a user