Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 May 2023 17:34:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 270536] By default ntpd does not work on IPv6-only hosts
Message-ID:  <bug-270536-227-akGXBRasLb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270536-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270536-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270536

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3f39a2a83945c31d17e609dd6e2adcfb0=
99ae7f0

commit 3f39a2a83945c31d17e609dd6e2adcfb099ae7f0
Author:     Mina Galic <freebsd_igalic.co>
AuthorDate: 2023-05-05 04:33:18 +0000
Commit:     Cy Schubert <cy@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 <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(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270536-227-akGXBRasLb>