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
Unknown Object (File)
Thu, Jun 4, 8:26 PM
Unknown Object (File)
Mon, Jun 1, 6:20 PM
Unknown Object (File)
Mon, Jun 1, 1:57 AM
Unknown Object (File)
Mon, Jun 1, 1:51 AM
Unknown Object (File)
Sun, May 31, 6:26 AM
Unknown Object (File)
Sun, May 31, 6:23 AM
Unknown Object (File)
Sat, May 30, 7:23 AM
Unknown Object (File)
Tue, May 26, 8:05 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