From 8267ea0f8094ddc325877e3db91b3b06756e7312 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 13 Feb 2022 20:39:14 -0800 Subject: [PATCH] net/tstun: remove TODO that's done This TODO was both added and fixed in 506c727e3. As I recall, I wasn't originally going to do it because it seemed annoying, so I wrote the TODO, but then I felt bad about it and just did it, but forgot to remove the TODO. Change-Id: I8f3514809ad69b447c62bfeb0a703678c1aec9a3 Signed-off-by: Brad Fitzpatrick --- net/tstun/wrap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/net/tstun/wrap.go b/net/tstun/wrap.go index a1bbc51c6..a43b0cb62 100644 --- a/net/tstun/wrap.go +++ b/net/tstun/wrap.go @@ -431,7 +431,6 @@ func (t *Wrapper) filterOut(p *packet.Parsed) filter.Response { return filter.DropSilently // don't pass on to OS; already handled } } - // TODO(bradfitz): support pinging TailscaleServiceIPv6 too. // Issue 1526 workaround: if we sent disco packets over // Tailscale from ourselves, then drop them, as that shouldn't