Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/13489/head
gnattu 2 weeks ago committed by GitHub
parent f536e08e14
commit 070d04c1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save