summaryrefslogtreecommitdiffstats
path: root/INF.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF.pm')
-rw-r--r--INF.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/INF.pm b/INF.pm
index 962b15a..556a546 100644
--- a/INF.pm
+++ b/INF.pm
@@ -3,6 +3,7 @@ use INF::APC;
use INF::DSRx020;
use INF::ILO;
use INF::ILO2;
+use INF::SuperMicro;
#$infs = [
@@ -31,6 +32,8 @@ sub new ($;$) {
}
elsif ( $inf->{inf_type} eq 'apc' ) {
return INF::APC->new($inf);
+ } elsif ( $inf->{inf_type} eq 'supermicro' ) {
+ return INF::SuperMicro->new($inf);
} elsif ( $inf->{inf_type} eq 'ilo' ) {
return INF::ILO->new($inf);
} elsif ( $inf->{inf_type} eq 'ilo2' ) {