- Timestamp:
- Jan 4, 2018, 11:36:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r387 r388 2154 2154 LOOP_ON_IP_ADDRESS: 2155 2155 for my $ip (keys %{$computerdb}) { 2156 # to be improve in the future2156 # to be really improve in the future 2157 2157 next LOOP_ON_IP_ADDRESS if $computerdb->{$ip}{'hostname_fq'} eq ($computerdb->{$ip}{'switch_hostname'} || $computerdb->{$ip}{'switch_description'}); # switch on himself ! 2158 next LOOP_ON_IP_ADDRESS if ($computerdb->{$ip}{'switch_hostname'} || $computerdb->{$ip}{'switch_description'}) eq 'unknow';2159 next LOOP_ON_IP_ADDRESS if $computerdb->{$ip}{'switch_port_id'} eq '0';2158 #next LOOP_ON_IP_ADDRESS if ($computerdb->{$ip}{'switch_hostname'} || $computerdb->{$ip}{'switch_description'}) eq 'unknow'; 2159 #next LOOP_ON_IP_ADDRESS if $computerdb->{$ip}{'switch_port_id'} eq '0'; 2160 2160 2161 2161 my $ip_timestamp = $computerdb->{$ip}{'timestamp'};
Note: See TracChangeset
for help on using the changeset viewer.