From a7f2a4ea46b4170bdacd5712d552c806ec22ab9c Mon Sep 17 00:00:00 2001 From: Zi Zhou Date: Tue, 2 Jul 2019 13:23:13 -0700 Subject: [PATCH] New OnlPlatformPortConfig for S5212/S5224 --- .../all/vendor-config-onl/src/python/onl/platform/base.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/base/all/vendor-config-onl/src/python/onl/platform/base.py b/packages/base/all/vendor-config-onl/src/python/onl/platform/base.py index 2ea66849..0467d642 100755 --- a/packages/base/all/vendor-config-onl/src/python/onl/platform/base.py +++ b/packages/base/all/vendor-config-onl/src/python/onl/platform/base.py @@ -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"