netlinkwrapper

package
v1.23.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetLink interface {
	LinkByName(name string) (netlink.Link, error)
	LinkList() ([]netlink.Link, error)
}

NetLink Wrapper methods used from the vishvananda/netlink package

func New

func New() NetLink

New creates a new NetLink object

type NetLinkClient

type NetLinkClient struct{}

NetLinkClient helps invoke the actual netlink methods

func (NetLinkClient) LinkByName

func (NetLinkClient) LinkByName(name string) (netlink.Link, error)

LinkByName finds a link by name and returns a pointer to the object

func (NetLinkClient) LinkList() ([]netlink.Link, error)

LinkList gets a list of link devices. Equivalent to: `ip link show`

Directories

Path Synopsis
Package mock_netlinkwrapper is a generated GoMock package.
Package mock_netlinkwrapper is a generated GoMock package.

Jump to

Keyboard shortcuts

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