MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / NoopNetworkPlugin

Struct NoopNetworkPlugin

network/plugins.go:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201type NoopNetworkPlugin struct {
202 Sysctl utilsysctl.Interface
203}
204
205const sysctlBridgeCallIPTables = "net/bridge/bridge-nf-call-iptables"
206const sysctlBridgeCallIP6Tables = "net/bridge/bridge-nf-call-ip6tables"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected