mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
Update the login tests to reflect the latest changes to allow http{s}
prefixes (again) to address bugzilla.redhat.com/show_bug.cgi?id=2062072.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
7 lines
87 B
Go
7 lines
87 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package netavark
|
|
|
|
const defaultBridgeName = "podman"
|