Make Enable public

This commit is contained in:
valentinbreiz 2021-01-19 18:07:45 +01:00
parent 96b5ff34bf
commit cf8d41686e

View file

@ -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)
{