summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2019-08-28 14:55:05 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-28 14:56:33 -0700
commit24ecce5dbf7673ab09669aae06d78d455862d47a (patch)
tree847df27e61188951bab5439615b2dfcd79c379ef /pkg/tcpip/stack
parent784f48a78debe68435b8fb59e8132d4dbc47ce48 (diff)
Export generated linkAddrEntryEntry
PiperOrigin-RevId: 266000128
Diffstat (limited to 'pkg/tcpip/stack')
-rw-r--r--pkg/tcpip/stack/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD
index ebbcea601..b692c60ce 100644
--- a/pkg/tcpip/stack/BUILD
+++ b/pkg/tcpip/stack/BUILD
@@ -74,3 +74,11 @@ go_test(
"//pkg/tcpip",
],
)
+
+filegroup(
+ name = "autogen",
+ srcs = [
+ "linkaddrentry_list.go",
+ ],
+ visibility = ["//:sandbox"],
+)