--- lib/PXElator/dhcpd.pm 2009/07/29 22:04:58 45 +++ lib/PXElator/dhcpd.pm 2009/07/30 16:16:18 63 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +package dhcpd; =head1 dhcpd @@ -122,6 +122,8 @@ File => $pxe::file, }; + pxe::config_for_ip( $ip ); + my $messagetype = $dhcp->getOptionValue(DHO_DHCP_MESSAGE_TYPE()); if ($messagetype eq DHCPDISCOVER()) {