NAME

Net::DHCP::Packet::OrderOptions - Option ordering for Net::DHCP::Packet

VERSION

version 0.7_004

SYNOPSIS

use Net::DHCP::Packet::OrderOptions qw( :all );

DESCRIPTION

Provides sorting for optons in Net::DHCP::Packet.

This module is not particularly useful on its own.

Because DHCP clients generally suck, the order of options in the dhcp packet actually matter. This module keeps the handling of all that quirky madness in one place

QUIRK WORK-AROUNDS

Cable vendors really want option 82 to always be last.

Intel PXE really wants option 60 before option 43.

Minimum frame size is 300, but we only warn (carp) if its not.

METHODS

optionsorder ( )

TODO This will rearrange the order of options to accomidate as many quirky cliens as possible.

AUTHOR

Dean Hamstead <dean@bytefoundry.com.au<gt>

BUGS

See https://rt.cpan.org/Dist/Display.html?Queue=Net-DHCP

GOT PATCHES?

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

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

COPYRIGHT

This is free software. It can be distributed and/or modified under the same terms as Perl itself.

SEE ALSO

Net::DHCP, Net::DHCP::Packet, Net::DHCP::Constants, dhcp-options.