diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-10 14:18:35 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-10 14:18:35 +0200 |
commit | fbb73ab679d399bd4f2b5943b0c6f3bf7ab2fe84 (patch) | |
tree | 1dec7eecc708858aca2e95647c81bacdf22aae3b /util/isol.c | |
parent | c0cffd791bfaffaad631076141fcdfc000adcac1 (diff) |
New upstream version 3.0.5upstream/3.0.5
Diffstat (limited to 'util/isol.c')
-rw-r--r-- | util/isol.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/isol.c b/util/isol.c index fab0994..f99b094 100644 --- a/util/isol.c +++ b/util/isol.c @@ -165,7 +165,7 @@ void dbglog( char *pattn, ... ); /*local prototype*/ /* * Global variables */ -static char * progver = "3.04"; +static char * progver = "3.05"; static char * progname = "isol"; static char fdebug = 0; static char fpicmg = 0; @@ -1249,7 +1249,9 @@ main(int argc, char **argv) case VENDOR_DELL: /*Dell == 0x0002A2*/ max_bmc_data = MAX_DELL_DATA; /*shorter max data*/ break; + case VENDOR_SUPERMICROX: case VENDOR_SUPERMICRO: + if (!fprivset) parse_lan_options('V',"4",0); /*requires admin priv*/ case VENDOR_LMC: case VENDOR_PEPPERCON: /* 0x0028C5 Peppercon/Raritan*/ sol_timeout = 10; /* shorter 10 sec SOL keepalive timeout */ |