[Bug 210245] [PATCH] Update etc/ntp.conf to eliminate failure modes and reflect current ntpd functionality
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 23 02:21:09 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210245
Ian Lepore <ian at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs at FreeBSD.org |ian at FreeBSD.org
Status|New |In Progress
CC| |ian at FreeBSD.org
--- Comment #2 from Ian Lepore <ian at FreeBSD.org> ---
I just stumbled across this; I updated ntp.conf to use the pool keyword last
year, without realizing this PR was here. I didn't realize until finding this
that the -4/-6 flags had become meaningless in ntp.conf. I've opened a
phabricator review to make that part of your changes to ntp.conf
It turns out that it is also no longer necessary to use the 'preempt' keyword
on pool statements. Associations mobilized via pools are automatically
preemptable in exactly the same way as those mobilized via manycast. I
verified that our current ntp.conf pool statement behaves this way by adding
ipfw rules to block packets from all the servers shown by ntpq -p. As they
became unreachable the associations were dropped and new ones were mobilized to
keep at least the number of good peers set by 'tos minclock'.
https://reviews.freebsd.org/D15974
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list