Changes for version 0.7 - 2002-06-22

  • Increase minimum perl to 5.12 to ensure Socket is new enough for Net::Frame
  • Update Changes to provide more details
  • Bump to 0.7
  • WARNING! This release might break your toys. Please test it first before upgrading!

Changes for version 0.7_010 - 2022-06-22

  • Update license to MIT, approved by all contributors https://github.com/djzort/Net-DHCP/issues/11

Changes for version 0.7_009 - 2022-06-22

  • Accepted PR https://github.com/djzort/Net-DHCP/pull/10 - Implement levels of packet minimal length checking

Changes for version 0.7_008 - 2018-02-16

  • Merge PR https://github.com/djzort/Net-DHCP/pull/8 - Declare provided modules in meta.{yml,json}

Changes for version 0.7_007 - 2016-07-25

  • Merge PR https://github.com/djzort/Net-DHCP/pull/6 - Can use addSubOptionValue for some DHO_DHCP_AGENT_OPTIONS

Changes for version 0.7_006 - 2016-02-24

  • Minor change via https://github.com/djzort/Net-DHCP/pull/5

Changes for version 0.7_005 - 2015-09-21

  • Fix build deps for BZ107212

Changes for version 0.7_004 - 2015-09-15

  • Some basic support for option 120

Changes for version 0.7_003 - 2015-08-28

  • Add more test examining reeal packets
  • Start handling client id's
  • Add author covenant
  • Moved various methods to Net::DHCP::Packet::Attributes
  • Moved various methods to Net::DHCP::Packet::IPv4Utils
  • Adjusted tests accordingly
  • Net::DHCP no longer exports unpackinet, packinet, unpackinets, packinets

Changes for version 0.7_002 - 2015-08-15

  • Add tests examining real packets from tcpdump

Changes for version 0.7_001 - 2015-08-08

  • Reworked ->new()
  • Bring back Net/DHCP.pm
  • Add Virtual Subnet Selection constant from rfc 6607
  • Add tests examining real packets from tcpdump
  • Option 82 decoding
  • Lists of values are now retured with commas

Modules

Object methods to create a DHCP packet
Constants for DHCP codes and options
Object methods to create a DHCP packet.
Attribute methods for Net::DHCP::Packet
Object methods for IPv4 in Net::DHCP
Option ordering logic for Net::DHCP