summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-05 18:59:55 +0100
committerGitHub <noreply@github.com>2021-11-05 18:59:55 +0100
commite826158b4b9c4baef41ca872dea5e68e089355d3 (patch)
tree3fff45f85073bfda41adccf6e45a0ffd5fc44b91 /pkg/domain/entities
parent9b3b44903d4d494186bd767d2ea5f3b2c753a7f2 (diff)
parent7f433df7e76716f801c959cad82f4add397d925a (diff)
downloadpodman-e826158b4b9c4baef41ca872dea5e68e089355d3.tar.gz
podman-e826158b4b9c4baef41ca872dea5e68e089355d3.tar.bz2
podman-e826158b4b9c4baef41ca872dea5e68e089355d3.zip
Merge pull request #12183 from Luap99/rootless-netns-cleanup
Fix rootless cni netns cleanup logic and rename to rootless netns
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/system.go2
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 {