Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildDriver ¶
type ChildDriver interface { // netmsg MAY be modified. // devName is like "tap" or "eth0" ConfigureNetworkChild(netmsg *common.NetworkMessage) (devName string, err error) }
ChildDriver is called from the child namespace
type ParentDriver ¶
type ParentDriver interface { Info(ctx context.Context) (*api.NetworkDriverInfo, error) // MTU returns MTU MTU() int // ConfigureNetwork sets up Slirp, updates msg, and returns destructor function. ConfigureNetwork(childPID int, stateDir string) (netmsg *common.NetworkMessage, cleanup func() error, err error) }
ParentDriver is called from the parent namespace
Click to show internal directories.
Click to hide internal directories.