/[pxelator]/lib/PXElator/client.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/client.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 324 by dpavlin, Fri Aug 28 18:51:43 2009 UTC revision 325 by dpavlin, Fri Aug 28 19:36:36 2009 UTC
# Line 105  sub next_ip($) { Line 105  sub next_ip($) {
105  sub save_ip_mac {  sub save_ip_mac {
106          my ($ip,$mac) = @_;          my ($ip,$mac) = @_;
107          $mac = format::mac($mac);          $mac = format::mac($mac);
108            return if $mac eq '00:00:00:00:00:00';
109    
110          mkdir ip_path($ip) unless -e ip_path($ip);          mkdir ip_path($ip) unless -e ip_path($ip);
111    

Legend:
Removed from v.324  
changed lines
  Added in v.325

  ViewVC Help
Powered by ViewVC 1.1.26