enhance dell me4 interfaces

This commit is contained in:
garnier-quentin 2020-05-19 10:55:33 +02:00 committed by Lotfi zaouche
parent 0363ce32ef
commit 53c33b9408
1 changed files with 2 additions and 1 deletions

View File

@ -222,7 +222,8 @@ sub manage_selection {
} }
$self->{cache_name} = 'dell_me4_' . $self->{mode} . '_' . $options{custom}->get_hostname() . '_' . $self->{cache_name} = 'dell_me4_' . $self->{mode} . '_' . $options{custom}->get_hostname() . '_' .
(defined($self->{option_results}->{filter_counters}) ? md5_hex($self->{option_results}->{filter_counters}) : md5_hex('all')); (defined($self->{option_results}->{filter_counters}) ? md5_hex($self->{option_results}->{filter_counters}) : md5_hex('all')) . '_' .
(defined($self->{option_results}->{filter_port_name}) ? md5_hex($self->{option_results}->{filter_port_name}) : md5_hex('all'));
} }
1; 1;