diff --git a/source/Cosmos.System2/Network/Config/IPConfig.cs b/source/Cosmos.System2/Network/Config/IPConfig.cs index 8bbdbdeb8..f248388c0 100644 --- a/source/Cosmos.System2/Network/Config/IPConfig.cs +++ b/source/Cosmos.System2/Network/Config/IPConfig.cs @@ -90,7 +90,7 @@ namespace Cosmos.System.Network.Config return default_gw; } - internal static bool Enable(NetworkDevice device, Address ip, Address subnet, Address gw) + public static bool Enable(NetworkDevice device, Address ip, Address subnet, Address gw) { if (device != null) {