wglinux

package
v0.0.0-...-925a1e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package wglinux provides internal access to Linux's WireGuard generic netlink interface.

This package is internal-only and not meant for end users to consume. Please use package wgctrl (an abstraction over this package) instead.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

A Client provides access to Linux WireGuard netlink information.

func New

func New() (*Client, bool, error)

New creates a new Client and returns whether or not the generic netlink interface is available.

func (*Client) Close

func (c *Client) Close() error

Close implements wginternal.Client.

func (*Client) ConfigureDevice

func (c *Client) ConfigureDevice(name string, cfg wgtypes.Config) error

ConfigureDevice implements wginternal.Client.

func (*Client) Device

func (c *Client) Device(name string) (*wgtypes.Device, error)

Device implements wginternal.Client.

func (*Client) Devices

func (c *Client) Devices() ([]*wgtypes.Device, error)

Devices implements wginternal.Client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL