Documentation ¶
Index ¶
- type Executor
- type Manager
- func (m *Manager) AddTapToBridge(name, bridge string) error
- func (m *Manager) BridgeHasTap(bridge, tap string) bool
- func (m *Manager) CreateBridge(brname string) error
- func (m *Manager) CreateTap(tapName string) error
- func (m *Manager) DeleteTaps() error
- func (m *Manager) GetMac(name string) (string, error)
- func (m *Manager) HasBridge(bridge string) bool
- func (m *Manager) HasTap(tap string) bool
- func (m *Manager) Load() error
- func (m *Manager) OverrideCommander(e Executor)
- func (m *Manager) SetSudo(useSudo bool)
- func (m *Manager) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) AddTapToBridge ¶
func (*Manager) BridgeHasTap ¶
func (*Manager) CreateBridge ¶
func (*Manager) DeleteTaps ¶
DeleteTaps deletes all the taps created by vmm and updates the data structures.
func (*Manager) OverrideCommander ¶
Click to show internal directories.
Click to hide internal directories.