MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / InterfaceName

Struct InterfaceName

network/api.go:131–134  ·  view source on GitHub ↗

InterfaceName consists of the name of the interface in the global netns and the desired prefix to be appended to the interface inside the container netns

Source from the content-addressed store, hash-verified

129// InterfaceName consists of the name of the interface in the global netns and
130// the desired prefix to be appended to the interface inside the container netns
131type InterfaceName struct {
132 SrcName string
133 DstPrefix string
134}
135
136// InfoRequest is send by the daemon when querying endpoint information
137type InfoRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected