Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ dependent_startup_wait_for=rsyslogd:running
{%- set options = options + " --skip_cmis_mgr" %}
{% endif -%}

{% if enable_xcvrd_sff_mgr %}
{%- set options = options + " --enable_sff_mgr" %}
{% if enable_xcvrd_sff_mgr_controlled_tx %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@longhuan-cisco why the existing flag enable_xcvrd_sff_mgr will not work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to sonic-net/sonic-platform-daemons#574 (comment), will keep existing flag. This PR is no longer needed.

{%- set options = options + " --enable_sff_mgr_controlled_tx" %}
{% endif -%}

{% if delay_xcvrd %}
Expand Down