mirror of https://github.com/vishvananda/netns
add support from IBM Z architecture
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
parent
5478c06011
commit
5d4cf093aa
|
@ -0,0 +1,7 @@
|
|||
// +build linux,s390x
|
||||
|
||||
package netns
|
||||
|
||||
const (
|
||||
SYS_SETNS = 339
|
||||
)
|
Loading…
Reference in New Issue