diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-11-05 15:36:29 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2021-11-05 15:44:37 +0100 |
commit | 7f433df7e76716f801c959cad82f4add397d925a (patch) | |
tree | 6ad8cbe1d4a703424d1f9e98e1c7be65cec7840e /pkg/domain/entities/system.go | |
parent | 58f8c3d743cfe837c9228819436df294fddf408d (diff) | |
download | podman-7f433df7e76716f801c959cad82f4add397d925a.tar.gz podman-7f433df7e76716f801c959cad82f4add397d925a.tar.bz2 podman-7f433df7e76716f801c959cad82f4add397d925a.zip |
rename rootless cni ns to rootless netns
Since we want to use the rootless cni ns also for netavark we should
pick a more generic name. The name is now "rootless network namespace"
or short "rootless netns".
The rename might cause some issues after the update but when the
all containers are restarted or the host is rebooted it should work
correctly.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'pkg/domain/entities/system.go')
-rw-r--r-- | pkg/domain/entities/system.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/entities/system.go b/pkg/domain/entities/system.go index fe041dec8..49f0c2323 100644 --- a/pkg/domain/entities/system.go +++ b/pkg/domain/entities/system.go @@ -100,7 +100,7 @@ type SystemVersionReport struct { // SystemUnshareOptions describes the options for the unshare command type SystemUnshareOptions struct { - RootlessCNI bool + RootlessNetNS bool } type ComponentVersion struct { |