Skip to content

Commit ebf694c

Browse files
authored
Merge pull request #968 from brandonchuang/as7926_40xfb_port_config
[Edgecore][as7926_40xfb] Revise OnlPlatformPortConfig information
2 parents 96d40ac + c7e1577 commit ebf694c

File tree

2 files changed

+4
-2
lines changed
  • packages
    • base/all/vendor-config-onl/src/python/onl/platform
    • platforms/accton/x86-64/as7926-40xfb/platform-config/r0/src/python/x86_64_accton_as7926_40xfb_r0

2 files changed

+4
-2
lines changed

packages/base/all/vendor-config-onl/src/python/onl/platform/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,9 @@ class OnlPlatformPortConfig_2x400_8x100_64x25(object):
644644
class OnlPlatformPortConfig_48x1_8x10(object):
645645
PORT_COUNT=56
646646
PORT_CONFIG="48x1 + 8x10"
647-
647+
class OnlPlatformPortConfig_40x100_13x400_2x10(object):
648+
PORT_COUNT=55
649+
PORT_CONFIG="40x100 + 13x400 + 2x10"
648650
class OnlPlatformPortConfig_64x800_2x25(object):
649651
PORT_COUNT=66
650652
PORT_CONFIG="64x800 + 2x25"

packages/platforms/accton/x86-64/as7926-40xfb/platform-config/r0/src/python/x86_64_accton_as7926_40xfb_r0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def init_ipmi():
6666
return False
6767

6868
class OnlPlatform_x86_64_accton_as7926_40xfb_r0(OnlPlatformAccton,
69-
OnlPlatformPortConfig_48x1_4x10):
69+
OnlPlatformPortConfig_40x100_13x400_2x10):
7070
PLATFORM='x86-64-accton-as7926-40xfb-r0'
7171
MODEL="AS7926-40XFB"
7272
SYS_OBJECT_ID=".7926.40"

0 commit comments

Comments
 (0)