Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net mention ip6addrctl



details:   https://anonhg.NetBSD.org/src/rev/73653f3eeaf4
branches:  trunk
changeset: 812367:73653f3eeaf4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 13 14:54:17 2015 +0000

description:
mention ip6addrctl

diffstat:

 lib/libc/net/getaddrinfo.3 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 4b11d612be1d -r 73653f3eeaf4 lib/libc/net/getaddrinfo.3
--- a/lib/libc/net/getaddrinfo.3        Sun Dec 13 14:28:12 2015 +0000
+++ b/lib/libc/net/getaddrinfo.3        Sun Dec 13 14:54:17 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getaddrinfo.3,v 1.57 2013/05/03 21:13:34 wiz Exp $
+.\"    $NetBSD: getaddrinfo.3,v 1.58 2015/12/13 14:54:17 christos Exp $
 .\"    $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $
 .\"    $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $
 .\"
@@ -17,7 +17,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd April 30, 2013
+.Dd December 13, 2015
 .Dt GETADDRINFO 3
 .Os
 .Sh NAME
@@ -251,6 +251,10 @@
 member points to a filled-in socket address structure of length
 .Fa ai_addrlen .
 .Pp
+By default IPv6 address entries are ordered before IPv4 ones, but
+the order of the entries in the list can be controlled using
+.Xr ip6addrctl 8 .
+.Pp
 This implementation of
 .Fn getaddrinfo
 allows numeric IPv6 address notation with scope identifier,
@@ -450,6 +454,7 @@
 .Xr resolv.conf 5 ,
 .Xr services 5 ,
 .Xr hostname 7 ,
+.Xr ip6addrctl 8 ,
 .Xr named 8
 .Rs
 .%A R. Gilligan



Home | Main Index | Thread Index | Old Index