summaryrefslogtreecommitdiff
path: root/cmd/podman/main.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2020-04-30 11:02:59 -0500
committerbaude <bbaude@redhat.com>2020-04-30 14:53:54 -0500
commite88a418528173c1bccc9bea6a9eaf3b389d57e47 (patch)
treeeedbaca61136b8c3be2960a4486a780b69f71dd3 /cmd/podman/main.go
parentc31bf2e97644b76163624149bb130528c6a5a394 (diff)
downloadpodman-e88a418528173c1bccc9bea6a9eaf3b389d57e47.tar.gz
podman-e88a418528173c1bccc9bea6a9eaf3b389d57e47.tar.bz2
podman-e88a418528173c1bccc9bea6a9eaf3b389d57e47.zip
v2networking enable commands
Enable the networking commands for v2. Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/main.go')
-rw-r--r--cmd/podman/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main.go b/cmd/podman/main.go
index 3a8958b6d..422dee90b 100644
--- a/cmd/podman/main.go
+++ b/cmd/podman/main.go
@@ -9,6 +9,7 @@ import (
_ "github.com/containers/libpod/cmd/podman/healthcheck"
_ "github.com/containers/libpod/cmd/podman/images"
_ "github.com/containers/libpod/cmd/podman/manifest"
+ _ "github.com/containers/libpod/cmd/podman/networks"
_ "github.com/containers/libpod/cmd/podman/pods"
"github.com/containers/libpod/cmd/podman/registry"
_ "github.com/containers/libpod/cmd/podman/system"