mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updating to latest netns to fix amd64 / RPI issues
Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
parent
2ac749c006
commit
1f1bb1700a
2 changed files with 2 additions and 2 deletions
2
libnetwork/Godeps/Godeps.json
generated
2
libnetwork/Godeps/Godeps.json
generated
|
@ -131,7 +131,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/vishvananda/netns",
|
"ImportPath": "github.com/vishvananda/netns",
|
||||||
"Rev": "b7a04d6db3dce92b370e6d5b6ab9e2361a3c53e1"
|
"Rev": "493029407eeb434d0c2d44e02ea072ff2488d322"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
2
libnetwork/Godeps/_workspace/src/github.com/vishvananda/netns/netns_linux_arm.go
generated
vendored
2
libnetwork/Godeps/_workspace/src/github.com/vishvananda/netns/netns_linux_arm.go
generated
vendored
|
@ -3,5 +3,5 @@
|
||||||
package netns
|
package netns
|
||||||
|
|
||||||
const (
|
const (
|
||||||
SYS_SETNS = 374
|
SYS_SETNS = 375
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue