Added the Mainframe Server to the list of servers.

This commit is contained in:
Ramon Novoa 2016-11-10 15:05:19 +01:00
parent 7ee9205372
commit 3256259a39
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ our @EXPORT = qw(
ICMPSERVER ICMPSERVER
SNMPSERVER SNMPSERVER
SATELLITESERVER SATELLITESERVER
MFSERVER
TRANSACTIONALSERVER TRANSACTIONALSERVER
METACONSOLE_LICENSE METACONSOLE_LICENSE
$DEVNULL $DEVNULL
@ -117,6 +118,7 @@ use constant ICMPSERVER => 11;
use constant SNMPSERVER => 12; use constant SNMPSERVER => 12;
use constant SATELLITESERVER => 13; use constant SATELLITESERVER => 13;
use constant TRANSACTIONALSERVER => 14; use constant TRANSACTIONALSERVER => 14;
use constant MFSERVER => 15;
# Value for a metaconsole license type # Value for a metaconsole license type
use constant METACONSOLE_LICENSE => 0x01; use constant METACONSOLE_LICENSE => 0x01;