mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
gethostbyname2() can't do AF_INET6 lookups over NIS.
getaddrinfo(3) must be used. Submitted by: ume
This commit is contained in:
parent
a47f98edb4
commit
bda3261e9b
1 changed files with 7 additions and 0 deletions
|
|
@ -357,3 +357,10 @@ if the data is needed for future use, it should be
|
|||
copied before any subsequent calls overwrite it.
|
||||
Only the Internet
|
||||
address format is currently understood.
|
||||
.Pp
|
||||
.Fn gethostbyname2
|
||||
cannot perform
|
||||
.Dv AF_INET6
|
||||
lookups over NIS.
|
||||
.Xr getaddrinfo 3
|
||||
must be used instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue