Page MenuHomeFreeBSD

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

Authored by dch on Apr 7 2026, 7:25 PM.
Tags
None
Referenced Files
F168114948: D56295.id.diff
Wed, Aug 26, 11:12 AM
Unknown Object (File)
Tue, Aug 25, 7:06 PM
Unknown Object (File)
Tue, Aug 25, 6:52 PM
Unknown Object (File)
Sun, Aug 23, 10:41 PM
Unknown Object (File)
Sun, Aug 23, 6:52 PM
Unknown Object (File)
Thu, Aug 13, 12:53 AM
Unknown Object (File)
Thu, Aug 13, 12:17 AM
Unknown Object (File)
Wed, Aug 12, 6:53 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.Apr 7 2026, 7:25 PM
dch created this revision.

Looks good, thanks!

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

committed in #ec26aa92daf256db0c22c78f513f35fbce9adb08