public OsxIpInterfaceProperties(OsxNetworkInterface oni, int mtu) : base(oni) { _ipv4Properties = new OsxIPv4InterfaceProperties(oni, mtu); _ipv6Properties = new OsxIPv6InterfaceProperties(oni, mtu); _gatewayAddresses = GetGatewayAddresses(oni.Index); }