Fix transport/raw copybara export

- include packet_list.go
- exclude state.go (by renaming to include an underscore)

Also rename raw.go to endpoint.go for consistency.

PiperOrigin-RevId: 246547912
Change-Id: I19c8331c794ba683a940cc96a8be6497b53ff24d
This commit is contained in:
Tamir Duberstein
2019-05-03 11:52:59 -07:00
committed by Shentubot
parent 4edd6f5ccf
commit 0e1cc476db
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -18,9 +18,9 @@ go_template_instance(
go_library(
name = "raw",
srcs = [
"endpoint.go",
"endpoint_state.go",
"packet_list.go",
"raw.go",
"state.go",
],
importpath = "gvisor.googlesource.com/gvisor/pkg/tcpip/transport/raw",
imports = ["gvisor.googlesource.com/gvisor/pkg/tcpip/buffer"],