/[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 562 by dpavlin, Sat Oct 9 12:28:01 2010 UTC revision 563 by dpavlin, Tue Sep 6 18:31:44 2011 UTC
# Line 182  sub all_ips { Line 182  sub all_ips {
182  sub remove {  sub remove {
183          my $ip = shift;          my $ip = shift;
184          if ( my $mac = mac_from_ip $ip ) {          if ( my $mac = mac_from_ip $ip ) {
185                  unlink "$server::conf/mac/$mac";                  unlink mac_path($mac);
186          }          }
187          rmtree "$server::conf/ip/$ip";          rmtree "$server::conf/ip/$ip";
188  }  }

Legend:
Removed from v.562  
changed lines
  Added in v.563

  ViewVC Help
Powered by ViewVC 1.1.26