summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/udp/BUILD
diff options
context:
space:
mode:
authorBruno Dal Bo <brunodalbo@google.com>2020-12-09 09:14:45 -0800
committerShentubot <shentubot@google.com>2020-12-09 15:52:28 -0800
commitf6cb96bd57dec4e3baa8c57ccdeb0f1d8706b682 (patch)
tree10377621928f6167b02e4cf8376599d5d3301238 /pkg/tcpip/transport/udp/BUILD
parent658f874b94ad83d9b4abed47d9aba856fe5f617c (diff)
Cap UDP payload size to length informed in UDP header
startblock: has LGTM from peterjohnston and then add reviewer ghanan,tamird PiperOrigin-RevId: 346565589
Diffstat (limited to 'pkg/tcpip/transport/udp/BUILD')
-rw-r--r--pkg/tcpip/transport/udp/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/transport/udp/BUILD b/pkg/tcpip/transport/udp/BUILD
index 7ebae63d8..153e8c950 100644
--- a/pkg/tcpip/transport/udp/BUILD
+++ b/pkg/tcpip/transport/udp/BUILD
@@ -58,5 +58,6 @@ go_test(
"//pkg/tcpip/stack",
"//pkg/tcpip/transport/icmp",
"//pkg/waiter",
+ "@com_github_google_go_cmp//cmp:go_default_library",
],
)