/[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 311 by dpavlin, Thu Aug 27 17:44:03 2009 UTC revision 314 by dpavlin, Thu Aug 27 19:03:56 2009 UTC
# Line 288  warn "XXX pids = ", dump( $daemons::pids Line 288  warn "XXX pids = ", dump( $daemons::pids
288                                                  $ip;                                                  $ip;
289                                          } glob("$server::conf/ip/*")                                          } glob("$server::conf/ip/*")
290                                  )                                  )
                                 , qq|<h2>ARP</h2>|  
                                 , html::table( -3, 'ip', 'mac', 'dev',  
                                         map {  
                                                 my $c = $arp->{$_};  
                                                 ( $c->[0], format::mac( $_ => 'html' ), $c->[1] )  
                                         } sort keys %$arp  
                                 )  
291                                  ;                                  ;
292                  }                  }
293          } elsif ( $path =~ m{^/brctl} ) {          } elsif ( $path =~ m{^/brctl} ) {

Legend:
Removed from v.311  
changed lines
  Added in v.314

  ViewVC Help
Powered by ViewVC 1.1.26