Page MenuHomeFreeBSD

sysutils/podman: Fix panic when using network=host
AcceptedPublic

Authored by dch on Tue, Apr 7, 7:25 PM.
Tags
None
Referenced Files
F153801184: D56295.diff
Thu, Apr 23, 8:52 PM
Unknown Object (File)
Tue, Apr 21, 5:05 AM
Unknown Object (File)
Sat, Apr 18, 10:03 AM
Unknown Object (File)
Sat, Apr 18, 8:06 AM
Unknown Object (File)
Tue, Apr 14, 9:03 PM
Unknown Object (File)
Tue, Apr 14, 6:01 PM
Unknown Object (File)
Tue, Apr 14, 4:05 PM
Unknown Object (File)
Fri, Apr 10, 10:47 PM
Subscribers
None

Details

Reviewers
dfr
Summary

If using host-based networking, instead of default VNET, some podman commands
including inspect could fail:

podman run -d --network=host ghcr.io/freebsd/freebsd-notoolchain:15.0 /bin/sh
podman inspect --latest

See https://github.com/containers/podman/issues/28289 for details.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72024
Build 68907: arc lint + arc unit

Event Timeline

dch requested review of this revision.Tue, Apr 7, 7:25 PM
dch created this revision.

Looks good, thanks!

This revision is now accepted and ready to land.Wed, Apr 8, 9:53 AM