Net::DHCP::Constants - Constants for DHCP codes and options
Contents
Copyright
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2022-11-19 Net::DHCP::Constants(3pm)
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.
Got Patches?
Many young people like to use Github, so by all means send me pull requests at
https://github.com/djzort/Net-DHCP
Name
Net::DHCP::Constants - Constants for DHCP codes and options
See Also
Net::DHCP::Packet, Net::DHCP::Options
Synopsis
use Net::DHCP::Constants;
print "DHCP option SUBNET_MASK is ", DHO_SUBNET_MASK();
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.
Version
version 0.696
