/[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 411 by dpavlin, Wed Sep 9 10:36:00 2009 UTC revision 412 by dpavlin, Wed Sep 9 13:40:45 2009 UTC
# Line 113  sub next_ip($) { Line 113  sub next_ip($) {
113  sub save_ip_mac {  sub save_ip_mac {
114          my ($ip,$mac) = @_;          my ($ip,$mac) = @_;
115          $mac = format::mac($mac);          $mac = format::mac($mac);
116          return if $mac eq '00:00:00:00:00:00';          return if $mac eq '00:00:00:00:00:00' || $ip eq '0.0.0.0';
117    
118          mkdir ip_path($ip) unless -e ip_path($ip);          mkdir ip_path($ip) unless -e ip_path($ip);
119    

Legend:
Removed from v.411  
changed lines
  Added in v.412

  ViewVC Help
Powered by ViewVC 1.1.26