[dns-operations] creeping poorness of judgement

Mark Andrews marka at isc.org
Tue Mar 17 00:15:03 UTC 2020


I’d call that bad documentation.

[beetle:~/git/bind9] marka% perl xx.pl
1.21
name.	IN	TXT	multiple strings "string with spaces"
name.	IN	TXT	multiple strings "string with spaces"
[beetle:~/git/bind9] marka% cat xx.pl
use Net::DNS;
print $Net::DNS::VERSION . "\n";
$rr = new Net::DNS::RR( name    => 'name',
			    type    => 'TXT',
			    txtdata => [ 'multiple', 'strings', 'string with spaces' ]
			    );
$rr->print;
$rr->print;
[beetle:~/git/bind9] marka% 

> On 17 Mar 2020, at 10:55, Tony Finch <dot at dotat.at> wrote:
> 
> Viktor Dukhovni <ietf-dane at dukhovni.org> wrote:
>> 
>> I know of no specifications that concatenate TXT RR strings with spaces.
> 
> Not a spec, but Net::DNS does
> https://www.net-dns.org/docs/Net/DNS/RR/TXT.html
> 
> Tony.
> -- 
> f.anthony.n.finch  <dot at dotat.at>  http://dotat.at/
> Isle of Man: Southwest 6 or 7 decreasing 4 or 5, then increasing 6 to gale 8
> later. Moderate or rough. Rain at times. Good, occasionally moderate.
> _______________________________________________
> dns-operations mailing list
> dns-operations at lists.dns-oarc.net
> https://lists.dns-oarc.net/mailman/listinfo/dns-operations

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742              INTERNET: marka at isc.org





More information about the dns-operations mailing list