From dfc13d17e4c6ca05164cd21eb027350203e31c3d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 27 Aug 2009 19:03:56 +0000 Subject: [PATCH] arp visible clients are not integrated into table --- lib/PXElator/httpd.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/PXElator/httpd.pm b/lib/PXElator/httpd.pm index b1c8b3c..92aacc3 100644 --- a/lib/PXElator/httpd.pm +++ b/lib/PXElator/httpd.pm @@ -288,13 +288,6 @@ warn "XXX pids = ", dump( $daemons::pids ); $ip; } glob("$server::conf/ip/*") ) - , qq|

ARP

| - , html::table( -3, 'ip', 'mac', 'dev', - map { - my $c = $arp->{$_}; - ( $c->[0], format::mac( $_ => 'html' ), $c->[1] ) - } sort keys %$arp - ) ; } } elsif ( $path =~ m{^/brctl} ) { -- 2.20.1