Changeset 107
- Timestamp:
- Dec 12, 2011, 2:42:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r106 r107 892 892 and $timestamp - $mactimedb{$ip_mac}->{timestamp} > $timestamp_3month 893 893 and not $mactimedb{$ip_mac}->{hostname_fq} =~ m/^float/ 894 )) {894 ) { 895 895 print "remove ip $ip\n" if $verbose; 896 896 delete $computerdb->{$ip}; … … 901 901 and $timestamp - $ip_timestamp > $timestamp_3month 902 902 and not $ip_hostname_fq =~ m/^float/ 903 )) {903 ) { 904 904 print "remove ip ".$mactimedb{$ip_mac}->{ip}."\n" if $verbose; 905 905 delete $computerdb->{$mactimedb{$ip_mac}->{ip}};
Note: See TracChangeset
for help on using the changeset viewer.