pkg/ns: use correct syscall number on arm
This commit is contained in:
parent
e1907bdab7
commit
a2f23f5a84
@ -24,7 +24,7 @@ import (
|
|||||||
var setNsMap = map[string]uintptr{
|
var setNsMap = map[string]uintptr{
|
||||||
"386": 346,
|
"386": 346,
|
||||||
"amd64": 308,
|
"amd64": 308,
|
||||||
"arm": 374,
|
"arm": 375,
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetNS sets the network namespace on a target file.
|
// SetNS sets the network namespace on a target file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user