]> Cypherpunks repositories - gostls13.git/commit
net, syscall: move multicast address handling
authorJoel Sing <jsing@google.com>
Tue, 16 Aug 2011 21:26:51 +0000 (17:26 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 16 Aug 2011 21:26:51 +0000 (17:26 -0400)
commit1bc245181e8366edba72563737df2df0f599219e
tree2832e4b6b3f2f716427e90b4591aeb68287b426b
parentc20ced956ece23a5e8f1d5b6e48ad9ba8e8c5d05
net, syscall: move multicast address handling

Multicast address handling is not consistent across all BSDs. Move
the multicast address handling code into OS dependent files. This
will be needed for OpenBSD support.

R=mikioh.mikioh, golang-dev
CC=golang-dev
https://golang.org/cl/4809074
src/pkg/net/interface_bsd.go
src/pkg/net/interface_darwin.go
src/pkg/net/interface_freebsd.go
src/pkg/syscall/route_bsd.go
src/pkg/syscall/route_darwin.go
src/pkg/syscall/route_freebsd.go