Changeset 398


Ignore:
Timestamp:
Jul 17, 2018, 4:27:24 PM (6 years ago)
Author:
g7moreau
Message:
  • Remove unknow host from bad vlan
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r397 r398  
    22172217      next LOOP_ON_RECENT_COMPUTER if $src_timestamp == 0;
    22182218      next LOOP_ON_RECENT_COMPUTER if $switchportdb{$swpt}->{'timestamp'} < $src_timestamp;
     2219      next LOOP_ON_RECENT_COMPUTER if $computerdb->{$src_ip}{'hostname_fq'} eq 'unknow';
    22192220
    22202221      my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime $switchportdb{$swpt}->{'timestamp'};
Note: See TracChangeset for help on using the changeset viewer.