https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270536
--- Comment #6 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3f39a2a83945c31d17e609dd6e2adcfb099ae7f0 commit 3f39a2a83945c31d17e609dd6e2adcfb099ae7f0 Author: Mina Galic <freebsd_igalic.co> AuthorDate: 2023-05-05 04:33:18 +0000 Commit: Cy Schubert <c...@freebsd.org> CommitDate: 2023-05-08 17:33:24 +0000 ntpd: Support IPv6-only hosts 0.pool.* returns only IPv4 addresses. 2.pool.* returns both, IPv6 and IPv4 addresses. conservatively extend our IPv4 only pool configuration by adding a second pool, which also returns IPv6 addresses. PR: 270536 Reported by: Lapo Luchini <l...@lapo.it> Pull Request: https://github.com/freebsd/freebsd-src/pull/731 Differential Revision: https://reviews.freebsd.org/D39954 (cherry picked from commit fff1551c0357cc43f6138fecfad1d79d8d8baa15) usr.sbin/ntp/ntpd/ntp.conf | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.