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

Issue 7365055: code review 7365055: syscall: add network interface announce support on BSD ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by mikio
Modified:
12 years, 3 months ago
Reviewers:
CC:
golang-dev, lucio, dave_cheney.net
Visibility:
Public.

Description

syscall: add network interface announce support on BSD variants This CL allows to receive network interface arrival and depature notifications through routing sockets on BSD variants. So far Darwin doesn't support this feature. Also does small simplification. Update issue 4866.

Patch Set 1 #

Patch Set 2 : diff -r 526fb7125a2f https://code.google.com/p/go #

Total comments: 1

Patch Set 3 : diff -r aeceb73b0586 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -107 lines) Patch
M src/pkg/syscall/route_bsd.go View 1 8 chunks +16 lines, -25 lines 0 comments Download
M src/pkg/syscall/route_darwin.go View 1 3 chunks +9 lines, -25 lines 0 comments Download
M src/pkg/syscall/route_freebsd.go View 1 3 chunks +20 lines, -25 lines 0 comments Download
M src/pkg/syscall/route_netbsd.go View 1 1 chunk +16 lines, -16 lines 0 comments Download
M src/pkg/syscall/route_openbsd.go View 1 1 chunk +16 lines, -16 lines 0 comments Download

Messages

Total messages: 7
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 3 months ago (2013-02-23 10:15:02 UTC) #1
lucio
Dariwn? In the CL description, worth fixing now. Lucio. On 2/23/13, mikioh.mikioh@gmail.com <mikioh.mikioh@gmail.com> wrote: > ...
12 years, 3 months ago (2013-02-23 10:46:50 UTC) #2
mikio
On Sat, Feb 23, 2013 at 7:46 PM, Lucio De Re <lucio.dere@gmail.com> wrote: > Dariwn? ...
12 years, 3 months ago (2013-02-23 10:53:28 UTC) #3
dave_cheney.net
LGTM. Thank you. https://codereview.appspot.com/7365055/diff/7001/src/pkg/syscall/route_freebsd.go File src/pkg/syscall/route_freebsd.go (right): https://codereview.appspot.com/7365055/diff/7001/src/pkg/syscall/route_freebsd.go#newcode34 src/pkg/syscall/route_freebsd.go:34: type InterfaceAnnounceMessage struct { Can this ...
12 years, 3 months ago (2013-02-24 01:43:36 UTC) #4
mikio
Thanks. On Sun, Feb 24, 2013 at 10:43 AM, <dave@cheney.net> wrote: > src/pkg/syscall/route_freebsd.go:34: type InterfaceAnnounceMessage ...
12 years, 3 months ago (2013-02-24 01:57:34 UTC) #5
dave_cheney.net
Grrr, I knew there was a reason On Sun, Feb 24, 2013 at 12:57 PM, ...
12 years, 3 months ago (2013-02-24 02:07:54 UTC) #6
mikio
12 years, 3 months ago (2013-02-24 03:36:53 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=5b495d0aefcf ***

syscall: add network interface announce support on BSD variants

This CL allows to receive network interface arrival and depature
notifications through routing sockets on BSD variants. So far
Darwin doesn't support this feature.

Also does small simplification.

Update issue 4866.

R=golang-dev, lucio.dere, dave
CC=golang-dev
https://codereview.appspot.com/7365055
Sign in to reply to this message.

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