diff --git a/orchagent/portsorch.cpp b/orchagent/portsorch.cpp index 7f3c29f3c9..d56f1a7b4b 100644 --- a/orchagent/portsorch.cpp +++ b/orchagent/portsorch.cpp @@ -5036,10 +5036,6 @@ void PortsOrch::doPortTask(Consumer &consumer) p.m_alias.c_str(), m_portHlpr.getFecStr(pCfg).c_str() ); } - else - { - setGearboxPortsAttr(p, SAI_PORT_ATTR_FEC_MODE, &pCfg.fec.value, pCfg.fec.override_fec); - } } if (pCfg.learn_mode.is_set)