--- lib/PXElator/dhcpd.pm 2009/08/27 18:59:12 313 +++ lib/PXElator/dhcpd.pm 2009/08/28 19:22:24 324 @@ -54,6 +54,7 @@ if ( $ip = client::ip_from_mac( $mac ) ) { print "RENEW $mac $ip\n"; + client::save_ip_mac( $ip, $mac ); return $ip; } elsif ( in_our_range( $request_ip ) ) { $ip = client::next_ip( $mac );