Skip to content

Commit

Permalink
interface-checks are generic
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Feb 10, 2014
1 parent f677fd9 commit f337685
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ sub check {
#foreach (sort @{$self->{interfaces}}) {
$_->list();
}
$self->add_message(OK, "have fun");
} elsif ($self->mode =~ /device::interfaces::availability/) {
foreach (@{$self->{interfaces}}) {
$_->check();
Expand Down

0 comments on commit f337685

Please sign in to comment.