The routes that specify what IPv6 network traffic will be routed to the TUN interface.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
Framework
- Network
Extension
Declaration
@property(copy) NSArray<NEIPv6Route *> *includedRoutes;
The routes that specify what IPv6 network traffic will be routed to the TUN interface.
SDKs
Framework
@property(copy) NSArray<NEIPv6Route *> *includedRoutes;
addresses
The IPv6 addresses to assign to the TUN interface.
network Prefix Lengths
The IPv6 network prefix lengths to assign to the TUN interface.
excluded Routes
The routes that specify what IPv6 network traffic will be routed to the primary physical interface.
NEIPv6Route
NEIPv6Route
contains settings for an IPv6 route.