/[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 190 by dpavlin, Mon Aug 10 00:07:38 2009 UTC revision 193 by dpavlin, Mon Aug 10 16:36:16 2009 UTC
# Line 246  sub get_request { Line 246  sub get_request {
246                                          glob("$server::conf/ip/*")                                          glob("$server::conf/ip/*")
247                                  )                                  )
248                                  , qq|<h2>ARP</h2>|                                  , qq|<h2>ARP</h2>|
249                                  , html::pre_dump( $arp )                                  , html::table( -3, 'mac', 'dev', 'ip',
250                                            map {
251                                                    my $c = $arp->{$_};
252                                                    ( html::tt( $_ ), $c->[1], $c->[0] )
253                                            } sort keys %$arp
254                                    )
255                                  ;                                  ;
256                  }                  }
257          } elsif ( $path =~ m{^/our/(\w+)/(\S+)} ) {          } elsif ( $path =~ m{^/our/(\w+)/(\S+)} ) {

Legend:
Removed from v.190  
changed lines
  Added in v.193

  ViewVC Help
Powered by ViewVC 1.1.26