From 9d148627f82f4325b499e023c5cbf8afd5f988f6 Mon Sep 17 00:00:00 2001 From: Bruno Dal Bo Date: Wed, 18 Nov 2020 07:03:02 -0800 Subject: Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket Redefine stack.WritePacket into stack.WritePacketToRemote which lets the NIC decide whether to append link headers. PiperOrigin-RevId: 343071742 --- pkg/tcpip/link/channel/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/tcpip/link/channel/BUILD') diff --git a/pkg/tcpip/link/channel/BUILD b/pkg/tcpip/link/channel/BUILD index 39ca774ef..973f06cbc 100644 --- a/pkg/tcpip/link/channel/BUILD +++ b/pkg/tcpip/link/channel/BUILD @@ -9,7 +9,6 @@ go_library( deps = [ "//pkg/sync", "//pkg/tcpip", - "//pkg/tcpip/buffer", "//pkg/tcpip/header", "//pkg/tcpip/stack", ], -- cgit v1.2.3