package
0.8.0-dev.2
Repository: https://github.com/docker/libnetwork.git
Documentation: pkg.go.dev

# Functions

GC triggers garbage collection of namespace path right away and waits for it.
GenerateKey generates a sandbox key based on the passed container id.
GetSandboxForExternalKey returns sandbox object for the supplied path.
InitOSContext initializes OS context while configuring network resources.
NewSandbox provides a new sandbox instance created in an os specific way provided a key which uniquely identifies the sandbox.

# Interfaces

IfaceOptionSetter interface defines the option setter methods for interface options.
Info represents all possible information that the driver wants to place in the sandbox which includes interfaces, routes and gateway.
Interface represents the settings and identity of a network device.
NeighborOptionSetter interfaces defines the option setter methods for interface options.
Sandbox represents a network sandbox, identified by a specific key.

# Type aliases

IfaceOption is a function option type to set interface options.
NeighOption is a function option type to set interface options.