diff options
author | Brent Baude <bbaude@redhat.com> | 2020-05-12 13:04:10 -0500 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-05-12 13:23:43 -0500 |
commit | cf502b99feda401ced410fbcfd1a3a2663c7a559 (patch) | |
tree | 408c4ae509fc8563da7ae1ac3f8d141cfd96e695 /cmd/podman/networks/inspect.go | |
parent | 5b4e91db73a80f31f67b7c28832527e64b074b74 (diff) | |
download | podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.tar.gz podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.tar.bz2 podman-cf502b99feda401ced410fbcfd1a3a2663c7a559.zip |
enable podman v2 networking for remote client
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'cmd/podman/networks/inspect.go')
-rw-r--r-- | cmd/podman/networks/inspect.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/networks/inspect.go b/cmd/podman/networks/inspect.go index 0bc73579a..60cede894 100644 --- a/cmd/podman/networks/inspect.go +++ b/cmd/podman/networks/inspect.go @@ -26,7 +26,7 @@ var ( func init() { registry.Commands = append(registry.Commands, registry.CliCommand{ - Mode: []entities.EngineMode{entities.ABIMode}, + Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode}, Command: networkinspectCommand, Parent: networkCmd, }) |