MCPcopy
hub / github.com/opencontainers/runc / loopback

Struct loopback

libcontainer/network_linux.go:90–90  ·  view source on GitHub ↗

loopback is a network strategy that provides a basic loopback device

Source from the content-addressed store, hash-verified

88
89// loopback is a network strategy that provides a basic loopback device
90type loopback struct{}
91
92func (l *loopback) create(n *network, nspid int) error {
93 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected