mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
New OnlPlatformPortConfig for S5212/S5224
This commit is contained in:
@@ -550,10 +550,18 @@ class OnlPlatformPortConfig_12x10_3x100(object):
|
||||
PORT_COUNT=15
|
||||
PORT_CONFIG="12x10 + 3x100"
|
||||
|
||||
class OnlPlatformPortConfig_12x25_3x100(object):
|
||||
PORT_COUNT=15
|
||||
PORT_CONFIG="12x25 + 3x100"
|
||||
|
||||
class OnlPlatformPortConfig_24x10_2x100(object):
|
||||
PORT_COUNT=26
|
||||
PORT_CONFIG="24x10 + 2x100"
|
||||
|
||||
class OnlPlatformPortConfig_24x25_4x100(object):
|
||||
PORT_COUNT=28
|
||||
PORT_CONFIG="24x25 + 4x100"
|
||||
|
||||
class OnlPlatformPortConfig_20x100(object):
|
||||
PORT_COUNT=20
|
||||
PORT_CONFIG="20x100"
|
||||
|
||||
Reference in New Issue
Block a user