Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,9 @@ class OnlPlatformPortConfig_2x400_8x100_64x25(object):
class OnlPlatformPortConfig_48x1_8x10(object):
PORT_COUNT=56
PORT_CONFIG="48x1 + 8x10"

class OnlPlatformPortConfig_40x100_13x400_2x10(object):
PORT_COUNT=55
PORT_CONFIG="40x100 + 13x400 + 2x10"
class OnlPlatformPortConfig_64x800_2x25(object):
PORT_COUNT=66
PORT_CONFIG="64x800 + 2x25"
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def init_ipmi():
return False

class OnlPlatform_x86_64_accton_as7926_40xfb_r0(OnlPlatformAccton,
OnlPlatformPortConfig_48x1_4x10):
OnlPlatformPortConfig_40x100_13x400_2x10):
PLATFORM='x86-64-accton-as7926-40xfb-r0'
MODEL="AS7926-40XFB"
SYS_OBJECT_ID=".7926.40"
Expand Down