This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
version 3.45 ()
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* #222 #238 #239 handle BayStack switches with port index 128 (zoeloe)
|
||||||
|
|
||||||
version 3.44 (2018-02-12)
|
version 3.44 (2018-02-12)
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
@@ -229,7 +229,7 @@ sub index_factor {
|
|||||||
if ( ( $model =~ /(470)/ )
|
if ( ( $model =~ /(470)/ )
|
||||||
or ( $os =~ m/(boss|bes)/ ) and ( $op_mode eq 'pure' ) );
|
or ( $os =~ m/(boss|bes)/ ) and ( $op_mode eq 'pure' ) );
|
||||||
$index_factor = 128
|
$index_factor = 128
|
||||||
if ( ( $model =~ /(5[56]\d\d)|VSP/ )
|
if ( ( $model =~ /(5[56]\d\d)|VSP|4950|59100/ )
|
||||||
and ( $os_ver >= 6 ) );
|
and ( $os_ver >= 6 ) );
|
||||||
|
|
||||||
return $index_factor;
|
return $index_factor;
|
||||||
|
|||||||
Reference in New Issue
Block a user