Merge pull request #542 from Sims24/bgp

+ fix mistype on bgp options
This commit is contained in:
qgarnier 2016-11-24 10:45:23 +01:00 committed by GitHub
commit ca7441d925
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ sub new {
"filter-peer:s" => { name => 'filter_peer' },
"filter-as:s" => { name => 'filter_as' },
"warning-status:s" => { name => 'warning_status', default => '' },
"critical-status:s" => { name => 'critical_stauts', default => '' },
"critical-status:s" => { name => 'critical_status', default => '' },
});
return $self;