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.