Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
gnattu
2025-02-05 08:04:43 +08:00
committed by GitHub
parent f536e08e14
commit 070d04c1b2

View File

@@ -909,7 +909,7 @@ public class NetworkManager : INetworkManager, IDisposable
return NetworkConstants.IPv4RFC3927LinkLocal.Contains(address) || address.IsIPv6LinkLocal;
}
private static bool SubNetContainsAddress(IPNetwork network, IPAddress address)
private static bool SubnetContainsAddress(IPNetwork network, IPAddress address)
{
ArgumentNullException.ThrowIfNull(address);
ArgumentNullException.ThrowIfNull(network);