-
-
21 May 2012 13:15:27 UTC
- Distribution: Net-DHCP
- Module version: 0.684
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (109 / 0 / 1)
- Kwalitee
Bus factor: 1- License: perl_5
- Activity
24 month- Tools
- Download (41.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Net::DHCP - Object methods to create a DHCP packet.
SYNOPSIS
use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( 'Chaddr' => '000BCDEF', 'Xid' => 0x9F0FD, 'Ciaddr' => '0.0.0.0', 'Siaddr' => '0.0.0.0', 'Hops' => 0);
DESCRIPTION
Represents a DHCP packet as specified in RFC 1533, RFC 2132.
AUTHOR
Dean Hamstead <djzort@cpan.org>
SOURCE REPO
See https://github.com/djzort/Net-DHCP
BUGS
See https://rt.cpan.org/Dist/Display.html?Queue=Net-DHCP
COPYRIGHT
This is free software. It can be distributed and/or modified under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Net::DHCP, copy and paste the appropriate command in to your terminal.
cpanm Net::DHCP
perl -MCPAN -e shell install Net::DHCP
For more information on module installation, please visit the detailed CPAN module installation guide.