mirror of
https://github.com/containers/podman.git
synced 2025-12-07 06:11:07 +08:00
The libpod/network packages were moved to c/common so that buildah can use it as well. To prevent duplication use it in podman as well and remove it from here. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
6 lines
70 B
Go
6 lines
70 B
Go
// +build linux
|
|
|
|
package netavark
|
|
|
|
const defaultBridgeName = "podman"
|