Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/ifconfig
Module Name: src
Committed By: dyoung
Date: Sun May 11 22:07:23 UTC 2008
Modified Files:
src/sbin/ifconfig: af_inet.c af_inet6.c af_inetany.c af_inetany.h
ifconfig.c
Log Message:
Let the address family modules zero initialize their own ifreqs,
instead of zeroing them in commit_address().
Switch to in6_commit_address() from in6_getprefix() and in6_getaddr().
Temporarily add some debugging code to setia6eui64_impl().
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sbin/ifconfig/af_inet.c
cvs rdiff -r1.13 -r1.14 src/sbin/ifconfig/af_inet6.c
cvs rdiff -r1.5 -r1.6 src/sbin/ifconfig/af_inetany.c
cvs rdiff -r1.1 -r1.2 src/sbin/ifconfig/af_inetany.h
cvs rdiff -r1.202 -r1.203 src/sbin/ifconfig/ifconfig.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