Merge "Use RouteInfo API constructor in VpnService"
This commit is contained in:
@@ -596,7 +596,8 @@ public class VpnService extends Service {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mRoutes.add(new RouteInfo(new IpPrefix(address, prefixLength), null));
|
mRoutes.add(new RouteInfo(new IpPrefix(address, prefixLength), null, null,
|
||||||
|
RouteInfo.RTN_UNICAST));
|
||||||
mConfig.updateAllowedFamilies(address);
|
mConfig.updateAllowedFamilies(address);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user