arp visible clients are not integrated into table
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 Aug 2009 19:03:56 +0000 (19:03 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 27 Aug 2009 19:03:56 +0000 (19:03 +0000)
lib/PXElator/httpd.pm

index b1c8b3c..92aacc3 100644 (file)
@@ -288,13 +288,6 @@ warn "XXX pids = ", dump( $daemons::pids );
                                                $ip;
                                        } glob("$server::conf/ip/*") 
                                )
-                               , qq|<h2>ARP</h2>|
-                               , html::table( -3, 'ip', 'mac', 'dev',
-                                       map {
-                                               my $c = $arp->{$_};
-                                               ( $c->[0], format::mac( $_ => 'html' ), $c->[1] )
-                                       } sort keys %$arp
-                               )
                                ;
                }
        } elsif ( $path =~ m{^/brctl} ) {