1Net::DNS::RR::RT(3) User Contributed Perl Documentation Net::DNS::RR::RT(3)
2
3
4
6 Net::DNS::RR::RT - DNS RT resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS Route Through (RT) resource records.
13
15 preference
16
17 print "preference = ", $rr->preference, "\n";
18
19 Returns the preference for this route.
20
21 intermediate
22
23 print "intermediate = ", $rr->intermediate, "\n";
24
25 Returns the domain name of the intermediate host.
26
28 Copyright (c) 1997-2002 Michael Fuhr.
29
30 Portions Copyright (c) 2002-2004 Chris Reinhardt. Portions Copyright
31 (c) 2005 Olaf Kolkman NLnet Labs.
32
33 All rights reserved. This program is free software; you may redisā
34 tribute it and/or modify it under the same terms as Perl itself.
35
37 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
38 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1183 Section
39 3.3
40
41
42
43perl v5.8.8 2007-08-01 Net::DNS::RR::RT(3)