---
title: NEIPv6Route
framework: networkextension
role: symbol
role_heading: Class
path: networkextension/neipv6route
---

# NEIPv6Route

The settings for an IPv6 route.

## Declaration

```swift
class NEIPv6Route
```

## Mentioned in

Routing your VPN network traffic

## Topics

### Creating an IPv6 Route

- [init(destinationAddress:networkPrefixLength:)](networkextension/neipv6route/init(destinationaddress:networkprefixlength:).md)
- [default()](networkextension/neipv6route/default().md)

### Accessing IPv6 Route Properties

- [destinationAddress](networkextension/neipv6route/destinationaddress.md)
- [destinationNetworkPrefixLength](networkextension/neipv6route/destinationnetworkprefixlength.md)
- [gatewayAddress](networkextension/neipv6route/gatewayaddress.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Routing network traffic

- [includedRoutes](networkextension/neipv6settings/includedroutes.md)
- [excludedRoutes](networkextension/neipv6settings/excludedroutes.md)
