# Functions

No description provided by the author
No description provided by the author
Returns the network statistics for the network interfaces represented by the NetworkRuntimeInfo.
GetStrategy returns the specific network strategy for the provided type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Loopback is a network strategy that provides a basic loopback device.
crosbymichael: could make a network strategy that instead of returning veth pair names it returns a pid to an existing network namespace.
Network defines configuration for a container's networking stack The network configuration can be omited from a container causing the container to be setup with the host's networking stack.
Struct describing the network specific runtime state that will be maintained by libcontainer for all running containers Do not depend on it outside of libcontainer.
No description provided by the author
Veth is a network strategy that uses a bridge and creates a veth pair, one that stays outside on the host and the other is placed inside the container's namespace.

# Interfaces

NetworkStrategy represents a specific network configuration for a container's networking stack.