NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50702 CVS commit: src/sys/netinet



The following reply was made to PR kern/50702; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50702 CVS commit: src/sys/netinet
Date: Mon, 25 Jan 2016 10:15:39 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Jan 25 10:15:39 UTC 2016
 
 Modified Files:
 	src/sys/netinet: if_arp.c
 
 Log Message:
 Remove unnecessary LLE_REMREF
 
 The code around it was copied from arptimer, but LLE_REMREF
 is unnecessary because it is needed only for arptimer that
 is called after LLE_ADDREF.
 
 This is a possible fix for PR#50548, PR#50702 and PR#50704.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.202 -r1.203 src/sys/netinet/if_arp.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