mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 13:54:19 +00:00
Revert "Update runc to 1.0.0"
This commit is contained in:
3
vendor/github.com/opencontainers/runc/libcontainer/network_linux.go
generated
vendored
3
vendor/github.com/opencontainers/runc/libcontainer/network_linux.go
generated
vendored
@@ -83,7 +83,8 @@ func readSysfsNetworkStats(ethInterface, statsFile string) (uint64, error) {
|
||||
}
|
||||
|
||||
// loopback is a network strategy that provides a basic loopback device
|
||||
type loopback struct{}
|
||||
type loopback struct {
|
||||
}
|
||||
|
||||
func (l *loopback) create(n *network, nspid int) error {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user