diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-10 14:18:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-10 14:18:40 +0200 |
commit | 0c2e4332184de75bab22ba4a95e5bc5aa1833a96 (patch) | |
tree | 786a4147878f597f7653dfa7b1c392bfb62ef2e7 /util/isol.c | |
parent | 715160edeb4dfc4335f8def440806ad0d5307fec (diff) | |
parent | fbb73ab679d399bd4f2b5943b0c6f3bf7ab2fe84 (diff) |
Merge tag 'upstream/3.0.5' into feature/upstream
Upstream version 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 */ |