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/muxed/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/tcpip/link/muxed/BUILD') diff --git a/pkg/tcpip/link/muxed/BUILD b/pkg/tcpip/link/muxed/BUILD index e7493e5c5..cbda59775 100644 --- a/pkg/tcpip/link/muxed/BUILD +++ b/pkg/tcpip/link/muxed/BUILD @@ -8,7 +8,6 @@ go_library( visibility = ["//visibility:public"], deps = [ "//pkg/tcpip", - "//pkg/tcpip/buffer", "//pkg/tcpip/header", "//pkg/tcpip/stack", ], -- cgit v1.2.3