diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-09-13 16:10:20 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-09-20 13:09:25 +0200 |
commit | a623f13adfac47c8634a7288e08f821a846bc650 (patch) | |
tree | 0c9bc50d81f6619650a63587fd5306870c83ec43 /NEWS | |
parent | f97905f24631097af325d6a231093071c3077a5f (diff) | |
download | glibc-a623f13adfac47c8634a7288e08f821a846bc650.zip glibc-a623f13adfac47c8634a7288e08f821a846bc650.tar.gz glibc-a623f13adfac47c8634a7288e08f821a846bc650.tar.bz2 |
nss: Implement --no-addrconfig option for getent
The ahosts, ahostsv4, ahostsv6 commands unconditionally pass
AI_ADDRCONFIG to getaddrinfo, which is not always desired.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,10 @@ Version 2.37 Major new features: - [Add new features here] +* The getent tool now supports the --no-addrconfig option. The output of + getent with --no-addrconfig may contain addresses of families not + configured on the current host i.e. as-if you had not passed + AI_ADDRCONFIG to getaddrinfo calls. Deprecated and removed features, and other changes affecting compatibility: |