diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-20 02:18:35 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-20 02:18:35 +0000 |
commit | f6c627bdbcd1899df9f0f7becfa75d438d337438 (patch) | |
tree | 5e0b40c1a201f83e220e6685f2b59e791395d16a /pkg/tcpip/stack | |
parent | 96ed5ac24d2c5a668fc7e6732ee36094d107efdd (diff) | |
parent | fbc4a8dbd1d1939854dbeb6ccfd4c6267f85c9ec (diff) |
Merge release-20201109.0-95-gfbc4a8dbd (automated)
Diffstat (limited to 'pkg/tcpip/stack')
-rw-r--r-- | pkg/tcpip/stack/stack.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/stack.go b/pkg/tcpip/stack/stack.go index c5d45ac6a..a2d234e7d 100644 --- a/pkg/tcpip/stack/stack.go +++ b/pkg/tcpip/stack/stack.go @@ -1893,7 +1893,6 @@ func (s *Stack) RemoveTCPProbe() { // JoinGroup joins the given multicast group on the given NIC. func (s *Stack) JoinGroup(protocol tcpip.NetworkProtocolNumber, nicID tcpip.NICID, multicastAddr tcpip.Address) *tcpip.Error { - // TODO: notify network of subscription via igmp protocol. s.mu.RLock() defer s.mu.RUnlock() |