git://git.halfball.org
/
cni.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1907bd
)
pkg/ns: use correct syscall number on arm
author
Angus Lees
<gus@inodes.org>
Fri, 13 May 2016 07:18:39 +0000
(17:18 +1000)
committer
Stefan Junker
<mail@stefanjunker.de>
Tue, 17 May 2016 16:36:22 +0000
(18:36 +0200)
pkg/ns/ns.go
patch
|
blob
|
history
diff --git
a/pkg/ns/ns.go
b/pkg/ns/ns.go
index
4f0814f
..
ea84822
100644
(file)
--- a/
pkg/ns/ns.go
+++ b/
pkg/ns/ns.go
@@
-24,7
+24,7
@@
import (
var setNsMap = map[string]uintptr{
"386": 346,
"amd64": 308,
- "arm": 37
4
,
+ "arm": 37
5
,
}
// SetNS sets the network namespace on a target file.