/[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 303 by dpavlin, Thu Aug 27 12:42:53 2009 UTC revision 304 by dpavlin, Thu Aug 27 12:52:23 2009 UTC
# Line 265  warn "XXX pids = ", dump( $daemons::pids Line 265  warn "XXX pids = ", dump( $daemons::pids
265                                          'ip', 'mac', 'hostname', 'deploy', 'arp',                                          'ip', 'mac', 'hostname', 'deploy', 'arp',
266                                          map {                                          map {
267                                                  my $ip = $_;                                                  my $ip = $_;
                                                 $ip =~ s{^.+/ip/}{};  
268                                                  my $mac = client::mac_from_ip $ip;                                                  my $mac = client::mac_from_ip $ip;
269                                                  my $arp = $arp->{ $mac };                                                  my $arp = $arp->{ $mac };
270                                                  $arp = $arp ? $arp->[1] : '';                                                  $arp = $arp ? $arp->[1] : '';
# Line 278  warn "XXX pids = ", dump( $daemons::pids Line 277  warn "XXX pids = ", dump( $daemons::pids
277                                                          , $arp                                                          , $arp
278                                                  );                                                  );
279                                          }                                          }
280                                          glob("$server::conf/ip/*")                                          sort { ip::to_int($a) cmp ip::to_int($b) }
281                                            map {
282                                                    my $ip = $_;
283                                                    $ip =~ s{^.+/ip/}{};
284                                                    $ip;
285                                            } glob("$server::conf/ip/*")
286                                  )                                  )
287                                  , qq|<h2>ARP</h2>|                                  , qq|<h2>ARP</h2>|
288                                  , html::table( -3, 'ip', 'mac', 'dev',                                  , html::table( -3, 'ip', 'mac', 'dev',

Legend:
Removed from v.303  
changed lines
  Added in v.304

  ViewVC Help
Powered by ViewVC 1.1.26