diff options
author | Bhasker Hariharan <bhaskerh@google.com> | 2021-10-13 15:17:23 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-13 15:20:21 -0700 |
commit | 4e2cc2bef3220bb77a60b4a33fb02f491d5acf98 (patch) | |
tree | 2a312dc5db6dff26b5016351e2a7a089d9730511 /pkg/tcpip/link/sharedmem/BUILD | |
parent | 1796cd89d516033800f9c887250481c26bab0ae0 (diff) |
Minor fixes to sharedmem.
Use route/protocol from packetbuffer.
Sharedmem implementation should use the EgressRoute/NetworkProtocolNumber
embedded in the packetbuffer rather than what is passed as parameters to
Write(Raw)Packet(s).
PiperOrigin-RevId: 402934171
Diffstat (limited to 'pkg/tcpip/link/sharedmem/BUILD')
-rw-r--r-- | pkg/tcpip/link/sharedmem/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/link/sharedmem/BUILD b/pkg/tcpip/link/sharedmem/BUILD index f8076d83c..af755473c 100644 --- a/pkg/tcpip/link/sharedmem/BUILD +++ b/pkg/tcpip/link/sharedmem/BUILD @@ -19,6 +19,7 @@ go_library( "//pkg/cleanup", "//pkg/eventfd", "//pkg/log", + "//pkg/memutil", "//pkg/sync", "//pkg/tcpip", "//pkg/tcpip/buffer", |