/[mdap]/lib/MDAP/ChangeIP.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/MDAP/ChangeIP.pm

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

revision 50 by dpavlin, Fri Nov 16 16:21:45 2007 UTC revision 51 by dpavlin, Fri Nov 16 17:03:33 2007 UTC
# Line 10  my $debug = 0; Line 10  my $debug = 0;
10  my $verbose = 1;  my $verbose = 1;
11    
12  my $serial2ip = {  my $serial2ip = {
13          'CP0636JT3SH' => '192.168.1.242',          'CP0636JT3SH' => '192.168.1.242;10.0.0.242',
14          'CP0644JTHJ4' => '192.168.1.243',          'CP0644JTHJ4' => '192.168.1.243;10.0.0.243',
15          'CP0624BH55U' => '192.168.1.244',          'CP0624BH55U' => '192.168.1.244;10.0.0.244',
16  };  };
17    
18  sub check {  sub check {
# Line 54  sub check { Line 54  sub check {
54          }          }
55  }  }
56    
57    1;
   

Legend:
Removed from v.50  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.26