]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r231505,231520:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 16:56:52 +0000 (16:56 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 15 Feb 2012 16:56:52 +0000 (16:56 +0000)
commit415c170fefef4b0c0bc2bb8ee816694101a81ffc
treece9668c0b2b097fe13fda5bdfa013fc49c171e63
parent7b35e77c5de15a7e4d1f030f44d6301197407025
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.

Reviewed by: brooks
Tested by: brooks

git-svn-id: svn://svn.freebsd.org/base/stable/9@231768 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