mirror of https://github.com/vishvananda/netns
Merge pull request #13 from michelmno/master
netns add ppc64 same as ppc64le
This commit is contained in:
commit
1fec6582c0
|
@ -19,6 +19,7 @@ var SYS_SETNS = map[string]uintptr{
|
|||
"amd64": 308,
|
||||
"arm64": 268,
|
||||
"arm": 375,
|
||||
"ppc64": 350,
|
||||
"ppc64le": 350,
|
||||
"s390x": 339,
|
||||
}[runtime.GOARCH]
|
||||
|
|
Loading…
Reference in New Issue