mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
CreateUnicastIP timeout
Assign Unicast IP Status Text
This commit is contained in:
@@ -91,6 +91,7 @@ public class TUNController : Guard, IModeController
|
||||
var tunIndex = _tunNetworkInterface.GetIndex();
|
||||
_tun = NetRoute.TemplateBuilder(_tunConfig.Gateway, tunIndex);
|
||||
|
||||
Global.MainForm.StatusText(i18N.Translate("Assign Unicast IP"));
|
||||
if (!RouteHelper.CreateUnicastIP(AddressFamily.InterNetwork,
|
||||
_tunConfig.Address,
|
||||
(byte)Utils.Utils.SubnetToCidr(_tunConfig.Netmask),
|
||||
|
||||
Reference in New Issue
Block a user