Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions syncd/scripts/syncd_init_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ config_syncd_mlnx()

# Ensure no redundant newlines
sed -i '/^$/d' /tmp/sai.profile

# As long as sonic does not support PTP which can be enabled/disabled, Nvidia platforms enables
# phcsync for all systems. If HW does not support it, it will do nothing.
supervisorctl start phcsync
}

config_syncd_centec()
Expand Down
Loading