Commit c6b0c3e
authored
[portsorch] DOM config change causes interface link to flap (sonic-net#4056)
This PR fixes a bug where DOM (transceiver) configuration changes cause unexpected interface link flaps due to unnecessary FEC reconfiguration. The issue was introduced in PR sonic-net#3529 which refactored port configuration handling but inadvertently removed the logic to set the m_fec_cfg flag after applying FEC configuration at runtime in doPortTask(), while it was still being set during initial port creation in addPortBulk().1 parent 7297d14 commit c6b0c3e
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4795 | 4795 | | |
4796 | 4796 | | |
4797 | 4797 | | |
4798 | | - | |
4799 | | - | |
4800 | | - | |
4801 | | - | |
4802 | | - | |
4803 | 4798 | | |
4804 | 4799 | | |
4805 | 4800 | | |
| |||
5087 | 5082 | | |
5088 | 5083 | | |
5089 | 5084 | | |
| 5085 | + | |
5090 | 5086 | | |
5091 | 5087 | | |
5092 | 5088 | | |
| |||
0 commit comments