diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-12 14:26:20 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-12 14:26:20 +0100 |
commit | 0c6d82e979d562147c9cfe0e6f65b42a904288bc (patch) | |
tree | 14051a133b67fdc235285627ae7818d95cffb762 /ChangeLog | |
parent | b3fbfe81961a1d14d7b54d1c9757e1f487073bcb (diff) | |
download | glibc-0c6d82e979d562147c9cfe0e6f65b42a904288bc.zip glibc-0c6d82e979d562147c9cfe0e6f65b42a904288bc.tar.gz glibc-0c6d82e979d562147c9cfe0e6f65b42a904288bc.tar.bz2 |
nss: getent: Print IPv6 scope ID for ahosts/ahostsv6 if available
This information is sometimes useful and actually required for
link-local addresses.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2019-02-12 Florian Weimer <fweimer@redhat.com> + + * nss/getent.c (ahosts_keys_int): Include IPv6 scope ID in output. + 2019-02-12 Adhemerval Zanella <adhemerval.zanella@linaro.org> [BZ #24122] |