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


Net-DNS-SEC documentation  | view source Contained in the Net-DNS-SEC distribution.

Index


NAME

Top

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

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

NOTE: THE NXT RR has been deprecated! Use NSEC instead.

Class for DNS Address (NXT) resource records.

METHODS

Top

nxtdname

    print "nxtdname" = ", $rr->nxtdname, "\n";

Returns the RR's next domain name field.

typelist

    print "typelist" = ", $rr->typelist, "\n";

Returns a string with the list of qtypes for which data exists for this particular label.

typebm

    print "typebm" = " unpack("B*", $rr->typebm), "\n";

Same as the typelist but now in a representation bitmap as in specified in the RFC. This is not the kind of method you will need on daily basis.

COPYRIGHT

Top

SEE ALSO

Top

http://www.net-dns.org/

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2435 Section 5


Net-DNS-SEC documentation  | view source Contained in the Net-DNS-SEC distribution.