Export generated linkAddrEntryEntry

PiperOrigin-RevId: 266000128
This commit is contained in:
Tamir Duberstein 2019-08-28 14:55:05 -07:00 committed by gVisor bot
parent 784f48a78d
commit 24ecce5dbf
1 changed files with 8 additions and 0 deletions

View File

@ -74,3 +74,11 @@ go_test(
"//pkg/tcpip", "//pkg/tcpip",
], ],
) )
filegroup(
name = "autogen",
srcs = [
"linkaddrentry_list.go",
],
visibility = ["//:sandbox"],
)