Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(341)

Issue 4809074: code review 4809074: net, syscall: move multicast address handling (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 9 months ago by jsing
Modified:
13 years, 8 months ago
Reviewers:
CC:
mikio, golang-dev
Visibility:
Public.

Description

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.

Patch Set 1 : diff -r 48ec728c62b0 https://go.googlecode.com/hg/ #

Total comments: 4

Patch Set 2 : diff -r 48ec728c62b0 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -60 lines) Patch
M src/pkg/net/interface_bsd.go View 1 chunk +0 lines, -31 lines 0 comments Download
M src/pkg/net/interface_darwin.go View 1 chunk +31 lines, -0 lines 0 comments Download
M src/pkg/net/interface_freebsd.go View 1 chunk +31 lines, -0 lines 0 comments Download
M src/pkg/syscall/route_bsd.go View 1 chunk +0 lines, -29 lines 0 comments Download
M src/pkg/syscall/route_darwin.go View 1 1 chunk +29 lines, -0 lines 0 comments Download
M src/pkg/syscall/route_freebsd.go View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 4
jsing
Hello mikioh.mikioh@gmail.com, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-08-10 15:52:03 UTC) #1
mikio
LGTM. http://codereview.appspot.com/4809074/diff/2002/src/pkg/syscall/route_darwin.go File src/pkg/syscall/route_darwin.go (right): http://codereview.appspot.com/4809074/diff/2002/src/pkg/syscall/route_darwin.go#newcode13 src/pkg/syscall/route_darwin.go:13: const rtaIfmaMask = RTA_GATEWAY | RTA_IFP | RTA_IFA ...
13 years, 8 months ago (2011-08-10 16:30:15 UTC) #2
jsing
http://codereview.appspot.com/4809074/diff/2002/src/pkg/syscall/route_darwin.go File src/pkg/syscall/route_darwin.go (right): http://codereview.appspot.com/4809074/diff/2002/src/pkg/syscall/route_darwin.go#newcode13 src/pkg/syscall/route_darwin.go:13: const rtaIfmaMask = RTA_GATEWAY | RTA_IFP | RTA_IFA On ...
13 years, 8 months ago (2011-08-10 16:43:39 UTC) #3
rsc
13 years, 8 months ago (2011-08-16 21:27:00 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=ea636dacef9e ***

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
http://codereview.appspot.com/4809074

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b