[platform] accton-asxvolt16, change OnlPlatformPortConfig from 32x100 to 20x100.

Signed-off-by: roy_lee <roy_lee@accton.com>
This commit is contained in:
roy_lee
2018-10-08 14:17:18 +08:00
parent ffe708627d
commit a019c2e82f
2 changed files with 5 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"