]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r231505,231520:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 16:58:08 +0000 (16:58 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 16:58:08 +0000 (16:58 +0000)
commit5449a0455639b98134dc085421478cba972bb971
tree94c582ca2494f3b2a5f107447d6476b4336be896
parent248a823db4935711c2d196de8b75678d2d34861c
MFC r231505,231520:

 Introduce a new NET_RT_IFLISTL API to query the address list.  It works
 on extended and extensible structs if_msghdrl and ifa_msghdrl.  This
 will allow us to extend both the msghdrl structs and eventually if_data
 in the future without breaking the ABI.

 The MFC is just to provide the new API to old stable branches to make
 updating and if needed downgrading a lot easier for updates to 10.

 Bump __FreeBSD_version to allow ports to more easily detect the new API.

git-svn-id: svn://svn.freebsd.org/base/stable/8@231769 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/gen/sysctl.3
sys/net/if.h
sys/net/rtsock.c
sys/sys/param.h
sys/sys/socket.h