summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/BUILD
diff options
context:
space:
mode:
authorZeling Feng <zeling@google.com>2021-08-30 10:56:32 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-30 10:59:45 -0700
commit9625071e6dd6d949f6bd443910eaf56ce1c9762d (patch)
tree6aa1b4c821995c2960f2972826510925a25c7fae /pkg/tcpip/stack/BUILD
parentcf65f9a8ded6d7423465cb89066f79915f54db5a (diff)
Avoid pseudo endpoint for TSVal generation
PiperOrigin-RevId: 393808461
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r--pkg/tcpip/stack/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD
index e0847e58a..6c42ab29b 100644
--- a/pkg/tcpip/stack/BUILD
+++ b/pkg/tcpip/stack/BUILD
@@ -85,6 +85,7 @@ go_library(
"//pkg/tcpip/buffer",
"//pkg/tcpip/hash/jenkins",
"//pkg/tcpip/header",
+ "//pkg/tcpip/internal/tcp",
"//pkg/tcpip/ports",
"//pkg/tcpip/seqnum",
"//pkg/tcpip/transport/tcpconntrack",