Skip to content

Commit

Permalink
Merge pull request #1198 from jordimassaguerpla/add_s390x
Browse files Browse the repository at this point in the history
add s390x arch build info at the netlink_deprecated_linux bridge driver
  • Loading branch information
aboch authored Sep 2, 2016
2 parents c88c1a2 + 8c72dab commit 2be973e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bridge/netlink_deprecated_linux_notarm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le
// +build !arm,!ppc64,!ppc64le,!s390x

package bridge

Expand Down
7 changes: 7 additions & 0 deletions drivers/bridge/netlink_deprecated_linux_s390x.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// +build s390x

package bridge

func ifrDataByte(b byte) uint8 {
return uint8(b)
}

0 comments on commit 2be973e

Please sign in to comment.