cmd/podman: Enable ABI and Tunnel mode for freebsd

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
Doug Rabson
2022-08-11 11:05:52 +01:00
parent 351028b1ac
commit 8aa29fd54f

View File

@ -61,7 +61,7 @@ func newPodmanConfig() {
switch runtime.GOOS { switch runtime.GOOS {
case "darwin", "windows": case "darwin", "windows":
mode = entities.TunnelMode mode = entities.TunnelMode
case "linux": case "linux", "freebsd":
// Some linux clients might only be compiled without ABI // Some linux clients might only be compiled without ABI
// support (e.g., podman-remote). // support (e.g., podman-remote).
if abiSupport && !IsRemote() { if abiSupport && !IsRemote() {