]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix, net: improve interface_aix.go
authorClément Chigot <clement.chigot@atos.net>
Thu, 11 Oct 2018 12:35:29 +0000 (14:35 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 Oct 2018 02:38:52 +0000 (02:38 +0000)
commit93eded02976e1bdfaddf3403fa415393f5b90378
tree8ae5e2b9b58178e0d725ea0c2aaec64bdc4c9f09
parent13d5cd784748f8849c75ec23ed6e3d40dc7d2ce7
internal/syscall/unix, net: improve interface_aix.go

This commit improves the interface_aix.go file, based on feedbacks about
CL 138724.

To retrieve MTU, ioctl is needed. It's implemented inside
internal/syscall/unix.

Change-Id: Ic583d26b93935a32a5f1eb5a2170b86e80a4a85e
Reviewed-on: https://go-review.googlesource.com/c/142157
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/build/deps_test.go
src/internal/syscall/unix/asm_aix_ppc64.s [new file with mode: 0644]
src/internal/syscall/unix/ioctl_aix.go [new file with mode: 0644]
src/net/interface_aix.go