summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-06-29 13:01:10 +0000
committerbz <bz@FreeBSD.org>2011-06-29 13:01:10 +0000
commit385c8843b33e10d6ea1f996fb4be1f65994984fb (patch)
tree7af4da887619f6228501849b4b4bd7fee35c38f9 /bin/pax/pax.c
parent6b5f802b89475290bd6d581f19f00d0326038be1 (diff)
downloadFreeBSD-src-385c8843b33e10d6ea1f996fb4be1f65994984fb.zip
FreeBSD-src-385c8843b33e10d6ea1f996fb4be1f65994984fb.tar.gz
In case ntp cannot resolve a hostname on startup it will queue the entry
for resolving by a child process that, upon success, will add the entry to the config of the running running parent process. Unfortunately there are a couple of bugs with this, fixed in various later versions of upstream in potentially different ways due to other code changes: 1) Upon server [-46] <FQDN> the [-46] are used as FQDN for later resolving which does not work. Make sure we always pass the name (or IP there). 2) The intermediate file to carry the information to the child process does not know about -4/-6 restrictions, so that a dual-stacked host could resolve to an IPv6 address but that might be unreachable (see r223626) leading to no working synchronization ignoring a IPv4 record. Thus alter the intermediate format to also pass the address family (AF_UNSPEC (default), AF_INET or AF_INET6) to the child process depending on -4 or -6. 3) Make the child process to parse the new intermediate file format and save the address family for getaddrinfo() hints flags. 4) Change child to always reload resolv.conf calling res_init() before trying to resolve names. This will pick up resolv.conf changes or new resolv.confs should they have not existed or been empty or unusable on ntp startup. This fix is more conditional in upstream versions but given FreeBSD has res_init there is no need for the configure logic as well. Approved by: roberto Sponsored by: Sandvine Incorporated MFC after: 9 days
Diffstat (limited to 'bin/pax/pax.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud