Add support of IPv6 addresses

This commit is contained in:
Sergey Abramchuk
2017-03-20 21:23:00 +03:00
parent 6dc4f7c0b7
commit 40eeafc99d
5 changed files with 155 additions and 91 deletions
+1 -2
View File
@@ -15,13 +15,12 @@
self = [super init];
if (self) {
_localAddresses = [NSMutableArray new];
_subnets = [NSMutableArray new];
_prefixLengths = [NSMutableArray new];
_includedRoutes = [NSMutableArray new];
_excludedRoutes = [NSMutableArray new];
_dnsAddresses = [NSMutableArray new];
_searchDomains = [NSMutableArray new];
}
return self;
}