mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
9 lines
95 B
Go
9 lines
95 B
Go
package rootlessnetns
|
|
|
|
type NetworkBackend int
|
|
|
|
const (
|
|
Netavark NetworkBackend = iota
|
|
CNI
|
|
)
|