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

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

revision 262 by dpavlin, Wed Aug 19 11:02:15 2009 UTC revision 284 by dpavlin, Mon Aug 24 22:04:39 2009 UTC
# Line 213  warn "XXX pids = ", dump( $daemons::pids Line 213  warn "XXX pids = ", dump( $daemons::pids
213                          $ip = $new_ip;                          $ip = $new_ip;
214                  }                  }
215    
216                  if ( $ip ne $server::ip ) {                  my $ip_short = (split(/\./, $ip, 4))[3];
217    
218                    # if ( $ip ne $server::ip ) -- not flexible enough for tunnel endpoints
219                    if ( $ip_short >= $server::ip_from && $ip_short <= $server::ip_to ) {
220                          my $hostname = client::conf( $ip, 'hostname' => $param->{hostname} );                          my $hostname = client::conf( $ip, 'hostname' => $param->{hostname} );
221    
222                          my @table = (                          my @table = (

Legend:
Removed from v.262  
changed lines
  Added in v.284

  ViewVC Help
Powered by ViewVC 1.1.26