Add netns and unshare support

This commit is contained in:
世界
2026-08-30 17:41:42 +08:00
parent 7b3993db12
commit 9531a6a9cd
34 changed files with 891 additions and 49 deletions
+6
View File
@@ -0,0 +1,6 @@
package constant
const (
NetNsTypeDefault = "default"
NetNsTypeUnshare = "unshare"
)