[Bug 270536] By default ntpd does not work on IPv6-only hosts
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270536] By default ntpd does not work on IPv6-only hosts"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 May 2023 04:39:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270536 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=fff1551c0357cc43f6138fecfad1d79d8d8baa15 commit fff1551c0357cc43f6138fecfad1d79d8d8baa15 Author: Mina Galic <freebsd_igalic.co> AuthorDate: 2023-05-05 04:33:18 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-05-05 04:37:02 +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 <lapo@lapo.it> MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/731 Differential Revision: https://reviews.freebsd.org/D39954 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.