mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
[platform] accton-asxvolt16, change OnlPlatformPortConfig from 32x100 to 20x100.
Signed-off-by: roy_lee <roy_lee@accton.com>
This commit is contained in:
@@ -539,3 +539,7 @@ class OnlPlatformPortConfig_12x10_3x100(object):
|
||||
class OnlPlatformPortConfig_24x10_2x100(object):
|
||||
PORT_COUNT=26
|
||||
PORT_CONFIG="24x10 + 2x100"
|
||||
|
||||
class OnlPlatformPortConfig_20x100(object):
|
||||
PORT_COUNT=20
|
||||
PORT_CONFIG="20x100"
|
||||
|
||||
@@ -2,7 +2,7 @@ from onl.platform.base import *
|
||||
from onl.platform.accton import *
|
||||
|
||||
class OnlPlatform_x86_64_accton_asxvolt16_r0(OnlPlatformAccton,
|
||||
OnlPlatformPortConfig_32x100):
|
||||
OnlPlatformPortConfig_20x100):
|
||||
PLATFORM='x86-64-accton-asxvolt16-r0'
|
||||
MODEL="ASXvOLT16"
|
||||
SYS_OBJECT_ID=".volt.16"
|
||||
|
||||
Reference in New Issue
Block a user