1 write to IPv6Routes
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
47
IPv6Routes
= File.ReadAllLines(NetworkFiles.Ipv6RouteFile);
2 references to IPv6Routes
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
65
if (systemProperties.
IPv6Routes
!= null)
67
StringParsingHelpers.ParseIPv6GatewayAddressesFromRouteFile(collection, systemProperties.
IPv6Routes
, _linuxNetworkInterface.Name, _linuxNetworkInterface.Index);