Skip Menu |

This queue is for tickets about the Net-DHCP CPAN distribution.

Report information
The Basics
Id: 32962
Status: resolved
Priority: 0/
Queue: Net-DHCP

People
Owner: Nobody in particular
Requestors: dougmac [...] nortel.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: RFC4388 LEASEQUERY option 53 should be type 10 not 13
Constants.pm needs the DHCPLEASEQUERY line changed to 10 from 13 per RFC4388, Section 6.2 (p.13) %DHCP_MESSAGE = ( 'DHCPDISCOVER' => 1, 'DHCPOFFER' => 2, 'DHCPREQUEST' => 3, 'DHCPDECLINE' => 4, 'DHCPACK' => 5, 'DHCPNAK' => 6, 'DHCPRELEASE' => 7, 'DHCPINFORM' => 8, 'DHCPFORCERENEW' => 9, ***CHANGE FOLLOWING LINE **** 'DHCPLEASEQUERY' => 13, # Cisco extension, draft-ietf-dhc-leasequery-08.txt ); This fixes the example provided and has been tested with ISC DHCP v3.1.0
fixed in 0.67