]> Cypherpunks repositories - gostls13.git/commit
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Sat, 5 Dec 2015 07:28:25 +0000 (07:28 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 5 Dec 2015 07:45:01 +0000 (07:45 +0000)
commit4a2915052bcfd1c24d0277be2e4f53f309e7be89
treef6a62c8fb371028c92f8dfd34d481aeadd540c86
parent5b1a8a5239bd1ee0d6a988b11bc1fa482fe3b483
Revert "syscall: route_freebsd switch routing socket sysctl to use NET_RT_IFLISTL"

This reverts commit f25f6eab0cb732d24759b2e166a9a644ae96dffe.

Sorry, this was not meant to go in without the ztypes_freebsd_arm.go and the copyFromV9 function.

Change-Id: I4ac2a8a23809ec1b1b9e42992cd0f3c349848f06
Reviewed-on: https://go-review.googlesource.com/17472
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
16 files changed:
src/net/interface_bsd.go
src/net/interface_darwin.go
src/net/interface_dragonfly.go
src/net/interface_freebsd.go
src/net/interface_netbsd.go
src/net/interface_openbsd.go
src/syscall/route_bsd_test.go
src/syscall/route_freebsd.go
src/syscall/route_freebsd_32bit.go
src/syscall/route_freebsd_64bit.go
src/syscall/syscall_freebsd_386.go
src/syscall/syscall_freebsd_amd64.go
src/syscall/syscall_freebsd_arm.go
src/syscall/types_freebsd.go
src/syscall/ztypes_freebsd_386.go
src/syscall/ztypes_freebsd_amd64.go