diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-05 22:11:06 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-05 22:11:06 +0000 |
commit | 312a22670d517a5e3549218c9068e4e2d7210aed (patch) | |
tree | 7ee5fe11bc32193e4e6fad8ec9f0010a91726f04 /pkg/tcpip/stack/packet_buffer.go | |
parent | 0429b9fffdccfaaf754488e4785c3fb7bda0737a (diff) | |
parent | 993fff4e1c6d44dfbbc71c4eb83e9ae35b291549 (diff) |
Merge release-20210518.0-77-g993fff4e1 (automated)
Diffstat (limited to 'pkg/tcpip/stack/packet_buffer.go')
-rw-r--r-- | pkg/tcpip/stack/packet_buffer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/packet_buffer.go b/pkg/tcpip/stack/packet_buffer.go index 4ca702121..9192d8433 100644 --- a/pkg/tcpip/stack/packet_buffer.go +++ b/pkg/tcpip/stack/packet_buffer.go @@ -134,7 +134,7 @@ type PacketBuffer struct { // https://www.man7.org/linux/man-pages/man7/packet.7.html. PktType tcpip.PacketType - // NICID is the ID of the interface the network packet was received at. + // NICID is the ID of the last interface the network packet was handled at. NICID tcpip.NICID // RXTransportChecksumValidated indicates that transport checksum verification |