From cf8d41686e5a3bbb2cb23cf208b45b3d0c60f032 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Tue, 19 Jan 2021 18:07:45 +0100 Subject: [PATCH] Make Enable public --- source/Cosmos.System2/Network/Config/IPConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {