]> git.ipfire.org Git - thirdparty/mtr.git/commit
dns: iterate over all configured nameservers 32/head
authorMichal Sekletar <sekletar.m@gmail.com>
Tue, 24 Sep 2013 10:56:11 +0000 (12:56 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Tue, 24 Sep 2013 11:46:31 +0000 (13:46 +0200)
commiteae1b58c5a9f074f79a0edfaeb1cf7a4e77a34cb
tree2a057a6764fceb3f79ac48449bc767c941860fb5
parentc823ff8f732f21eb3722037729c64c183ec8983d
dns: iterate over all configured nameservers

Previously if there were three nameservers configured and third one was
reachable via IPv6 we didn't sent query to it, since NSCOUNT6 was equal to
one. Clearly it was the original intention to sent query to all IPv6
nameservers.

Reported-by: Benedikt Gollatz <benedikt@gollatz.net>
dns.c