mirror of
https://github.com/containers/podman.git
synced 2025-11-14 18:19:20 +08:00
use libnetwork from c/common
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>
This commit is contained in:
5
vendor/github.com/containers/common/libnetwork/netavark/const.go
generated
vendored
Normal file
5
vendor/github.com/containers/common/libnetwork/netavark/const.go
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
// +build linux
|
||||
|
||||
package netavark
|
||||
|
||||
const defaultBridgeName = "podman"
|
||||
Reference in New Issue
Block a user