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 print "preference = ", $rr->preference, "\n";
17
18 Returns the preference for this route.
19
20 intermediate
21 print "intermediate = ", $rr->intermediate, "\n";
22
23 Returns the domain name of the intermediate host.
24
26 Copyright (c) 1997-2002 Michael Fuhr.
27
28 Portions Copyright (c) 2002-2004 Chris Reinhardt. Portions Copyright
29 (c) 2005 Olaf Kolkman NLnet Labs.
30
31 All rights reserved. This program is free software; you may
32 redistribute it and/or modify it under the same terms as Perl itself.
33
35 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
36 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1183 Section
37 3.3
38
39
40
41perl v5.12.0 2009-01-26 Net::DNS::RR::RT(3)