Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: dyoung
Date: Tue May 13 18:09:22 UTC 2008
Modified Files:
src/sys/net: if.c if.h link_proto.c
Log Message:
Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on
an AF_LINK socket, only, to be consistent with SIOC[ADG]LIFADDR
behavior on AF_INET and AF_INET6 sockets. Let us create AF_LINK
sockets for this purpose. Note that most operations on AF_LINK
sockets are not implemented.
To generate a diff of this commit:
cvs rdiff -r1.223 -r1.224 src/sys/net/if.c
cvs rdiff -r1.136 -r1.137 src/sys/net/if.h
cvs rdiff -r1.3 -r1.4 src/sys/net/link_proto.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