NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59596 CVS commit: src/sys/net
The following reply was made to PR kern/59596; it has been noted by GNATS.
From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59596 CVS commit: src/sys/net
Date: Mon, 18 Aug 2025 06:46:43 +0000
Module Name: src
Committed By: ozaki-r
Date: Mon Aug 18 06:46:43 UTC 2025
Modified Files:
src/sys/net: nd.c
Log Message:
nd: fix the number of requests for address resolution
ARP is expected to send requests for address resolution
net.inet.arp.nd_bmaxtries times at most. However, it sends
one more. IPv6 ND also behaves the same way.
The fix requires nd_set_timer reorganization to handle
scheduling timer without sending an NS message.
PR kern/59596
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net/nd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index