Change TODO to track correct bug.

PiperOrigin-RevId: 286639163
This commit is contained in:
Kevin Krakauer
2019-12-20 14:19:21 -08:00
committed by gVisor bot
parent 3eb489ed6c
commit 08c39e2587
+1 -1
View File
@@ -162,7 +162,7 @@ func (e *endpoint) WritePackets(r *stack.Route, gso *stack.GSO, pkts []tcpip.Pac
// WriteHeaderIncludedPacker implements stack.NetworkEndpoint. It is not yet
// supported by IPv6.
func (*endpoint) WriteHeaderIncludedPacket(r *stack.Route, loop stack.PacketLooping, pkt tcpip.PacketBuffer) *tcpip.Error {
// TODO(b/119580726): Support IPv6 header-included packets.
// TODO(b/146666412): Support IPv6 header-included packets.
return tcpip.ErrNotSupported
}