summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-24 00:20:54 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-24 00:20:54 +0000
commitba6fb25b39074849dc8ce670ddc8761487101de1 (patch)
tree9760dc49904432c11258a674ab88153a2ca4f23f
parenta58eabe618353247a0c52c5b8bb039b3ff05ecea (diff)
parente02e7e999a65d4cb7784e67de74fb4ffa556b386 (diff)
Merge release-20200914.0-141-ge02e7e999 (automated)
-rw-r--r--pkg/tcpip/stack/neighbor_entry.go3
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.