[Bug 270536] By default ntpd does not work on IPv6-only hosts

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 May 2023 17:34:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270536

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=d3ee609cf29eca3abc81db231a2f4afba42f5bb1

commit d3ee609cf29eca3abc81db231a2f4afba42f5bb1
Author:     Mina Galic <freebsd_igalic.co>
AuthorDate: 2023-05-05 04:33:18 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-05-08 04:17:59 +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>
    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.