mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-08 08:11:29 +00:00
Fix port number 32->64 for MSN3800 system
This commit is contained in:
@@ -2,7 +2,7 @@ from onl.platform.base import *
|
||||
from onl.platform.mellanox import *
|
||||
|
||||
class OnlPlatform_x86_64_mlnx_msn3800_r0(OnlPlatformMellanox,
|
||||
OnlPlatformPortConfig_32x100):
|
||||
OnlPlatformPortConfig_64x100):
|
||||
PLATFORM='x86-64-mlnx-msn3800-r0'
|
||||
MODEL="MSN3800"
|
||||
SYS_OBJECT_ID=".3800.1"
|
||||
|
||||
Reference in New Issue
Block a user