"host -a" is documented as being equivalent to "host -v -t any",
but it uses UDP while the other uses TCP. This has been corrected.
lookup->rdtype = dns_rdatatype_any;
}
list_type = dns_rdatatype_any;
+ if (!lookup->tcp_mode_set) {
+ lookup->tcp_mode = true;
+ }
list_addresses = false;
lookup->rdtypeset = true;
short_form = false;
.. option:: -a
- The :option:`-a` ("all") option is normally equivalent to :option:`-v` :option:`-t ANY <-t>`. It
- also affects the behavior of the :option:`-l` list zone option.
+ The :option:`-a` ("all") option is equivalent to :option:`-v` :option:`-t ANY <-t>`.
.. option:: -A