/[pxelator]/lib/PXElator/server.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/server.pm

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

revision 410 by dpavlin, Wed Sep 9 10:48:59 2009 UTC revision 416 by dpavlin, Wed Sep 9 19:57:07 2009 UTC
# Line 8  our $base_dir = '/srv/pxelator'; Line 8  our $base_dir = '/srv/pxelator';
8  use ties;  use ties;
9    
10  tie our $ip,      'ties', 'server_ip' => '172.16.10.1';  tie our $ip,      'ties', 'server_ip' => '172.16.10.1';
11  tie our $netmask, 'ties', 'natmask'   => '255.255.255.0';  tie our $netmask, 'ties', 'netmask'   => '255.255.255.0';
12  tie our $bcast,   'ties', 'bcast'     => '172.16.10.254';  tie our $bcast,   'ties', 'bcast'     => '172.16.10.254';
13  tie our $ip_from, 'ties', 'ip_from'   => 10;  tie our $ip_from, 'ties', 'ip_from'   => 10;
14  tie our $ip_to,   'ties', 'ip_to'     => 100;  tie our $ip_to,   'ties', 'ip_to'     => 100;

Legend:
Removed from v.410  
changed lines
  Added in v.416

  ViewVC Help
Powered by ViewVC 1.1.26