diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2019-12-11 19:12:51 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-12-11 19:14:26 -0800 |
commit | b9aa62b9f907e8de5244ac7cdb518960faafa307 (patch) | |
tree | 56971e1966fcd03cdbfdf4e2f77d3c6e96732e94 /runsc/sandbox/BUILD | |
parent | 6fc9f0aefd89ce42ef2c38ea7853f9ba7c4bee04 (diff) |
Enable IPv6 in runsc
Fixes #1341
PiperOrigin-RevId: 285108973
Diffstat (limited to 'runsc/sandbox/BUILD')
-rw-r--r-- | runsc/sandbox/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/sandbox/BUILD b/runsc/sandbox/BUILD index 27459e6d1..8001949d5 100644 --- a/runsc/sandbox/BUILD +++ b/runsc/sandbox/BUILD @@ -19,6 +19,7 @@ go_library( "//pkg/log", "//pkg/sentry/control", "//pkg/sentry/platform", + "//pkg/tcpip/header", "//pkg/tcpip/stack", "//pkg/urpc", "//runsc/boot", |