• Peter Hessler's avatar
    Allowing upstream servers of ntp being in multiple routing tables is · 8f97754a
    Peter Hessler authored
    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@
    8f97754a