mirror of
https://github.com/containers/podman.git
synced 2025-09-13 02:24:31 +08:00
9 lines
161 B
Go
9 lines
161 B
Go
//go:build linux || freebsd
|
|
// +build linux freebsd
|
|
|
|
package netavark
|
|
|
|
const defaultBridgeName = "podman"
|
|
|
|
const defaultRootLockPath = "/run/lock/netavark.lock"
|