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

Issue 179510043: code review 179510043: x/net/ipv4: add support for icmp filter on linux (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by mikio
Modified:
10 years, 8 months ago
Reviewers:
iant
CC:
iant, golang-codereviews
Visibility:
Public.

Description

x/net/ipv4: add support for icmp filter on linux

Patch Set 1 : diff -r 80a277b6a70cfe749ed0e39931c5ff3220f13518 https://code.google.com/p/go.net #

Total comments: 6

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -0 lines) Patch
M ipv4/dgramopt_posix.go View 1 chunk +26 lines, -0 lines 0 comments Download
M ipv4/dgramopt_stub.go View 1 chunk +12 lines, -0 lines 0 comments Download
M ipv4/icmp.go View 1 1 chunk +34 lines, -0 lines 0 comments Download
A ipv4/icmp_linux.go View 1 1 chunk +25 lines, -0 lines 0 comments Download
A ipv4/icmp_stub.go View 1 1 chunk +25 lines, -0 lines 0 comments Download
A ipv4/icmp_test.go View 1 1 chunk +95 lines, -0 lines 0 comments Download
M ipv4/sockopt.go View 2 chunks +2 lines, -0 lines 0 comments Download
M ipv4/sockopt_unix.go View 1 chunk +19 lines, -0 lines 0 comments Download
M ipv4/sockopt_windows.go View 1 chunk +8 lines, -0 lines 0 comments Download
M ipv4/sys_linux.go View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8
mikio
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go.net
10 years, 8 months ago (2014-12-02 03:26:36 UTC) #1
mikio
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 8 months ago (2014-12-02 03:29:46 UTC) #2
iant
https://codereview.appspot.com/179510043/diff/410001/ipv4/icmp.go File ipv4/icmp.go (right): https://codereview.appspot.com/179510043/diff/410001/ipv4/icmp.go#newcode29 ipv4/icmp.go:29: // An ICMPFilter represents an ICMP message filter for ...
10 years, 8 months ago (2014-12-02 03:44:42 UTC) #3
mikio
On Tue, Dec 2, 2014 at 12:44 PM, <iant@golang.org> wrote: > Rather than passing a ...
10 years, 8 months ago (2014-12-02 04:09:26 UTC) #4
iant
On Mon, Dec 1, 2014 at 8:09 PM, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > On Tue, ...
10 years, 8 months ago (2014-12-02 16:43:52 UTC) #5
mikio
ptal https://codereview.appspot.com/179510043/diff/410001/ipv4/icmp.go File ipv4/icmp.go (right): https://codereview.appspot.com/179510043/diff/410001/ipv4/icmp.go#newcode29 ipv4/icmp.go:29: // An ICMPFilter represents an ICMP message filter ...
10 years, 8 months ago (2014-12-04 02:57:35 UTC) #6
iant
LGTM
10 years, 8 months ago (2014-12-04 04:42:08 UTC) #7
mikio
10 years, 8 months ago (2014-12-04 08:31:44 UTC) #8
*** Submitted as
https://code.google.com/p/go/source/detail?r=2cc654565017&repo=net ***

x/net/ipv4: add support for icmp filter on linux

LGTM=iant
R=iant
CC=golang-codereviews
https://codereview.appspot.com/179510043
Sign in to reply to this message.

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