Net::DHCP::Constants(3pm) User Contributed Perl Documentation Net::DHCP::Constants(3pm)

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

version 0.696

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

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.

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

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.

Net::DHCP::Packet, Net::DHCP::Options

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

Many young people like to use Github, so by all means send me pull requests at

https://github.com/djzort/Net-DHCP

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

2022-11-19 perl v5.36.0