remove filter-counters option in connection f5
This commit is contained in:
parent
f6218c5fdf
commit
5b7d84708b
|
@ -99,10 +99,8 @@ sub new {
|
|||
bless $self, $class;
|
||||
|
||||
$self->{version} = '1.0';
|
||||
$options{options}->add_options(arguments =>
|
||||
{
|
||||
"filter-counters:s" => { name => 'filter_counters' },
|
||||
});
|
||||
$options{options}->add_options(arguments => {
|
||||
});
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
@ -166,4 +164,4 @@ Can be: 'client', 'server', 'client-ssl', 'server-ssl', 'client-ssl-tps'.
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue