Skip to content

Commit

Permalink
Merge pull request #24417 from Luap99/pasta2
Browse files Browse the repository at this point in the history
libpod: use pasta Setup() over Setup2()
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents c3abb8d + c98538d commit c8238a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpod/networking_pasta_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package libpod
import "github.com/containers/common/libnetwork/pasta"

func (r *Runtime) setupPasta(ctr *Container, netns string) error {
res, err := pasta.Setup2(&pasta.SetupOptions{
res, err := pasta.Setup(&pasta.SetupOptions{
Config: r.config,
Netns: netns,
Ports: ctr.convertPortMappings(),
Expand Down

1 comment on commit c8238a9

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.