mirror of
https://github.com/containers/podman.git
synced 2025-09-26 16:25:00 +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"
|