Versions in this module Expand all Collapse all v0 v0.1.1 Oct 2, 2018 v0.1.0 Sep 25, 2018 Changes in this version + type Bridge struct + func NewBridge(name string) (*Bridge, error) + func (b *Bridge) Delete() error + func (b *Bridge) ListSlaves() ([]string, error) + func (b *Bridge) SetAddress(addr string) error + func (b *Bridge) Up() error + func (b Bridge) GetIPv4() (string, error) + func (b Bridge) GetIPv6() (string, error) + func (b Bridge) Name() string + type Interface struct + func GetInterface(name string) (*Interface, error) + func (i *Interface) SetMaster(b *Bridge) error + func (i Interface) Name() string + func (i Interface) Up() error + type Tap struct + func NewTap(name string) (*Tap, error) + func (t *Tap) Delete() error + func (t *Tap) SetMaster(b *Bridge) error + func (t *Tap) Up() error + func (t Tap) Name() string