mirror of
https://github.com/containers/podman.git
synced 2025-11-12 17:19:57 +08:00
7 lines
106 B
Go
7 lines
106 B
Go
//go:build linux || freebsd
|
|
// +build linux freebsd
|
|
|
|
package netavark
|
|
|
|
const defaultBridgeName = "podman"
|