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.tar.gz glibc-0c6d82e979d562147c9cfe0e6f65b42a904288bc.tar.xz glibc-0c6d82e979d562147c9cfe0e6f65b42a904288bc.zip |
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
diff --git a/ChangeLog b/ChangeLog index 46c219839b..77b4587196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] |