Skip to content

Commit 5a54bd7

Browse files
authored
Added cisco config platform commands (#2241)
Signed-off-by: Yucai Gu <[email protected]>
1 parent d5f8f5a commit 5a54bd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/main.py

+4
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,10 @@ def config(ctx):
990990
if asic_type == 'mellanox':
991991
platform.add_command(mlnx.mlnx)
992992

993+
if asic_type == 'cisco-8000':
994+
from sonic_platform.cli.cisco import cisco
995+
platform.add_command(cisco)
996+
993997
# Load the global config file database_global.json once.
994998
SonicDBConfig.load_sonic_global_db_config()
995999

0 commit comments

Comments
 (0)