summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/ports/BUILD
diff options
context:
space:
mode:
authorIan Gudger <igudger@google.com>2019-12-09 15:51:24 -0800
committergVisor bot <gvisor-bot@google.com>2019-12-09 15:53:00 -0800
commit18af75db9de5244bd3e180a86886a4b3cadd7547 (patch)
treefb3c72cadb6bd044420faa0a7ded619711f3721f /pkg/tcpip/ports/BUILD
parent17867c88f7afdac6ff1c212aeac9aee2045f4f5a (diff)
Add UDP SO_REUSEADDR support to the port manager.
Next steps include adding support to the transport demuxer and the UDP endpoint. PiperOrigin-RevId: 284652151
Diffstat (limited to 'pkg/tcpip/ports/BUILD')
-rw-r--r--pkg/tcpip/ports/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/ports/BUILD b/pkg/tcpip/ports/BUILD
index 4839f0a65..e156b01f6 100644
--- a/pkg/tcpip/ports/BUILD
+++ b/pkg/tcpip/ports/BUILD
@@ -1,5 +1,5 @@
-load("//tools/go_stateify:defs.bzl", "go_library")
load("@io_bazel_rules_go//go:def.bzl", "go_test")
+load("//tools/go_stateify:defs.bzl", "go_library")
package(licenses = ["notice"])