Add missing entities from docs

This commit is contained in:
Davide De Rosa 2020-06-13 17:15:27 +02:00
parent a232af1100
commit f424d4a064
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ custom_categories:
- BidirectionalState
- ConfigurationError
- DNSResolver
- DNSRecord
- EndpointProtocol
- IOInterface
- IPv4Settings
@ -28,6 +29,7 @@ custom_categories:
- Session
- SocketType
- TunnelInterface
- IPHeader
- name: AppExtension
children:
- GenericSocket

View File

@ -50,7 +50,7 @@ public protocol Session {
- Precondition: `link` is an active network interface.
- Postcondition: The VPN session is active.
- Parameter link: The `LinkInterface` on which to establish the VPN session.
- Seealso: `canRebindLink()`.
- Seealso: `canRebindLink()`
*/
func rebindLink(_ link: LinkInterface)