diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-24 00:20:54 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-24 00:20:54 +0000 |
commit | ba6fb25b39074849dc8ce670ddc8761487101de1 (patch) | |
tree | 9760dc49904432c11258a674ab88153a2ca4f23f /pkg | |
parent | a58eabe618353247a0c52c5b8bb039b3ff05ecea (diff) | |
parent | e02e7e999a65d4cb7784e67de74fb4ffa556b386 (diff) |
Merge release-20200914.0-141-ge02e7e999 (automated)
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/tcpip/stack/neighbor_entry.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tcpip/stack/neighbor_entry.go b/pkg/tcpip/stack/neighbor_entry.go index 0068cacb8..213646160 100644 --- a/pkg/tcpip/stack/neighbor_entry.go +++ b/pkg/tcpip/stack/neighbor_entry.go @@ -73,8 +73,7 @@ const ( type neighborEntry struct { neighborEntryEntry - nic *NIC - protocol tcpip.NetworkProtocolNumber + nic *NIC // linkRes provides the functionality to send reachability probes, used in // Neighbor Unreachability Detection. |