NetBSD-Bugs archive

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

PR/26450 CVS commit: src/sys



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

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/26450 CVS commit: src/sys
Date: Mon, 12 Dec 2011 00:06:40 +0000

 Module Name:   src
 Committed By:  roy
 Date:          Mon Dec 12 00:06:40 UTC 2011
 
 Modified Files:
        src/sys/net: rtsock.c
        src/sys/netinet: in.c
 
 Log Message:
 When adding or scrubbing a prefix, always notify userland even if the
 prefix does not have IFA_ROUTE.
 Don't scrub the interface in SIOCAIFADDR if the new address does't
 have IFA_ROUTE. If more functions are added to in_ifscrub then this logic
 might need to be revisited.
 
 Fixes PR/26450.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.137 -r1.138 src/sys/net/rtsock.c
 cvs rdiff -u -r1.141 -r1.142 src/sys/netinet/in.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