Net::DHCP::Constants - Constants for DHCP codes and options



NAME

Net::DHCP::Constants - Constants for DHCP codes and options


SYNOPSIS

  use Net::DHCP::Constants;
  print "DHCP option SUBNET_MASK is ", DHO_SUBNET_MASK();


DESCRIPTION

Represents constants used in DHCP protocol, defined in RFC 1533, RFC 2132, RFC 2241, RFC 2485, RFC 2563, RFC 2937, RFC 3004, RFC 3011, RFC 3046.


TAGS

As mentioned above, constants can either be imported individually or in sets grouped by tag names. The tag names are:


TO DO, LIMITATIONS

Automatic parsing of DHO_VENDOR_ENCAPSULATED_OPTIONS (code 43) is unsupported.

Automatic parsing of DHO_NWIP_SUBOPTIONS (code 63 - rfc 2242) is unsupported.

Automatic parsing of DHO_USER_CLASS (code 77 - rfc 3004) is unsupported.

Automatic parsing of DHO_CCC (code 122 - rfc 3495) is unsupported.

Automatic parsing of DHO_PACKETCABLE_DEPRECATED (code 177 - rfc 3495) is unsupported.


SEE ALSO

the Net::DHCP::Packet manpage, the Net::DHCP::Options manpage


AUTHOR

Dean Hamstead <djzort@cpan.org> and past Authors (see README)


COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Net::DHCP::Constants - Constants for DHCP codes and options