CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/23 08:52:20
Modified files:
usr.sbin/ntpd : client.c control.c ntp.c ntpd.conf.5 ntpd.h
parse.y
Log message:
Allowing upstream servers of ntp being in multiple routing tables is
non-sensical. The dns lookups happened in the process routing table
(usually '0'), which is very likely to have different results from the
other routing domains. If you do depend on having this behaviour,
you'll need to use pf to cross the rtable boundary.
"listen on * rtable X" is still supported.
Users of "server * rtable X" will need to switch to launching ntpd with
"route -T X exec /usr/sbin/ntpd"
OK deraadt@