mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-04 06:37:50 +00:00
Implement a new network interface for netavark. For now only bridge networking is supported. The interface can create/list/inspect/remove networks. For setup and teardown netavark will be invoked. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
5 lines
70 B
Go
5 lines
70 B
Go
// +build linux
|
|
|
|
package netavark
|
|
|
|
const defaultBridgeName = "podman"
|