1RR::NXT(3)            User Contributed Perl Documentation           RR::NXT(3)
2
3
4

NAME

6       Net::DNS::RR::NXT - DNS NXT resource record
7

SYNOPSIS

9       "use Net::DNS::RR;"
10

DESCRIPTION

12       NOTE: THE NXT RR has been deprecated! Use NSEC instead.
13
14       Class for DNS Address (NXT) resource records.
15

METHODS

17       nxtdname
18
19           print "nxtdname" = ", $rr->nxtdname, "\n";
20
21       Returns the RR's next domain name field.
22
23       typelist
24
25           print "typelist" = ", $rr->typelist, "\n";
26
27       Returns a string with the list of qtypes for which data exists for this
28       particular label.
29
30       typebm
31
32           print "typebm" = " unpack("B*", $rr->typebm), "\n";
33
34       Same as the typelist but now in a representation  bitmap as in speci‐
35       fied in the RFC. This is not the kind of method you will need on daily
36       basis.
37
39       Copyright (c) 2001-2005  RIPE NCC.  Author Olaf M. Kolkman
40       <olaf@net-dns.org>
41
42       All Rights Reserved
43
44       Permission to use, copy, modify, and distribute this software and its
45       documentation for any purpose and without fee is hereby granted, pro‐
46       vided that the above copyright notice appear in all copies and that
47       both that copyright notice and this permission notice appear in sup‐
48       porting documentation, and that the name of the author not be used in
49       advertising or publicity pertaining to distribution of the software
50       without specific, written prior permission.
51
52       THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
53       INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO
54       EVENT SHALL AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
55       DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
56       PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
57       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
58       THIS SOFTWARE.
59
60       Based on, and contains, code by Copyright (c) 1997 Michael Fuhr.
61

SEE ALSO

63       <http://www.net-dns.org/>
64
65       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
66       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2435 Section 5
67
68
69
70perl v5.8.8                       2006-02-14                        RR::NXT(3)
Impressum