fix cisco apic filter-node option

This commit is contained in:
garnier-quentin 2019-06-07 13:57:42 +02:00
parent e05005b96d
commit 00ba2b23e8
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ sub new {
bless $self, $class;
$self->{version} = '1.0';
$options{options}->add_options(arguments => {});
$options{options}->add_options(arguments => {
'filter-node:s' => { name => 'filter_node' },
});
return $self;
}