summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/arp
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-03-05 21:36:50 +0000
committergVisor bot <gvisor-bot@google.com>2021-03-05 21:36:50 +0000
commitc72f163bcae7335ae11824cd91e382ebf0cc9e82 (patch)
tree9c5fb9edf340bfcb255eb60578351f117a1a458e /pkg/tcpip/network/arp
parent9a23cf9a374741d281e6e3635b828e94807d63c5 (diff)
parent498709250a134d4d09a22d11cffdfdc402d9f052 (diff)
Merge release-20210301.0-18-g498709250 (automated)
Diffstat (limited to 'pkg/tcpip/network/arp')
-rw-r--r--pkg/tcpip/network/arp/arp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/network/arp/arp.go b/pkg/tcpip/network/arp/arp.go
index 98ded525c..ae0461a6d 100644
--- a/pkg/tcpip/network/arp/arp.go
+++ b/pkg/tcpip/network/arp/arp.go
@@ -232,7 +232,7 @@ func (e *endpoint) HandlePacket(pkt *stack.PacketBuffer) {
linkAddr := tcpip.LinkAddress(h.HardwareAddressSender())
e.mu.Lock()
- e.mu.dad.StopLocked(addr, &stack.DADDupAddrDetected{})
+ e.mu.dad.StopLocked(addr, &stack.DADDupAddrDetected{HolderLinkAddress: linkAddr})
e.mu.Unlock()
// The solicited, override, and isRouter flags are not available for ARP;