Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERROR_IN_USE = uint8(48) ERROR_NOT_AVAIL = uint8(49) ERROR_DENIED = uint8(71) ERROR_UNKNOWN = uint8(66) )
View Source
const AddIPAliasType = uint8(3)
View Source
const BOSH_IP = "10.245.0.2"
View Source
const BindType = uint8(6)
View Source
const GOROUTER_IP = "10.144.0.34"
View Source
const RemoveIPAliasType = uint8(2)
View Source
const UninstallType = uint8(1)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddIPAliasCommand ¶
type AddIPAliasCommand struct { }
type BindCommand ¶
func UnmarshalBindCommand ¶
func UnmarshalBindCommand(conn io.Reader) (*BindCommand, error)
type DaemonRunner ¶
type RemoveIPAliasCommand ¶
type RemoveIPAliasCommand struct { }
func (*RemoveIPAliasCommand) Execute ¶
func (u *RemoveIPAliasCommand) Execute(conn *net.UnixConn) error
func (*RemoveIPAliasCommand) RemoveLoopbackAliases ¶
func (u *RemoveIPAliasCommand) RemoveLoopbackAliases(addrs ...string) error
type UnimplementedCommand ¶
type UninstallCommand ¶
type UninstallCommand struct {
DaemonRunner DaemonRunner
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.