mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
vendor latest c/{buildah,common,image,storage}
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/common/libnetwork/pasta/pasta_linux.go
generated
vendored
5
vendor/github.com/containers/common/libnetwork/pasta/pasta_linux.go
generated
vendored
@@ -50,11 +50,6 @@ type SetupOptions struct {
|
||||
ExtraOptions []string
|
||||
}
|
||||
|
||||
// Setup2 alias for Setup()
|
||||
func Setup2(opts *SetupOptions) (*SetupResult, error) {
|
||||
return Setup(opts)
|
||||
}
|
||||
|
||||
// Setup start the pasta process for the given netns.
|
||||
// The pasta binary is looked up in the HelperBinariesDir and $PATH.
|
||||
// Note that there is no need for any special cleanup logic, the pasta
|
||||
|
||||
Reference in New Issue
Block a user