Skip to content

Commit ee8113f

Browse files
Support for platforms based on Clounix net device (sonic-net#3970)
What I did Add support for platforms based on Clounix net device How I did it Add support for platforms based on Clounix net device How to verify it Verified on physical DUT Signed-off-by: Qinghua Song <[email protected]> Signed-off-by: Long Wu <[email protected]>
1 parent f53a5c1 commit ee8113f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/fast-reboot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,11 @@ then
942942
systemctl stop "$service_name"
943943
fi
944944
945+
if [[ "$sonic_asic_type" = 'clounix' ]];
946+
then
947+
systemctl stop clx-modules.service || debug "Ignore stopping clounix service error $?"
948+
fi
949+
945950
# Update the reboot cause file to reflect that user issued this script
946951
# Upon next boot, the contents of this file will be used to determine the
947952
# cause of the previous reboot

0 commit comments

Comments
 (0)