File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 3737 * [ Ethtool feature] ( #ethtool-feature )
3838 * [ Ethtool coalesce] ( #ethtool-coalesce )
3939 * [ Ethtool ring] ( #ethtool-ring )
40+ * [ Ethtool FEC(Forward Error Correction)] ( #ethtool-fecforward-error-correction )
4041 * [ LLDP] ( #lldp )
4142 * [ LLDP Enabled] ( #lldp-enabled )
4243 * [ Neighbors] ( #neighbors )
@@ -884,6 +885,27 @@ interfaces:
884885 tx: 256
885886` ` `
886887
888+ # ## Ethtool FEC(Forward Error Correction)
889+
890+ Example YAML to disable automatic FEC and enforce llrs mode :
891+
892+ ` ` ` yml
893+ ---
894+ interfaces:
895+ - name: sim0
896+ type: ethernet
897+ ethtool:
898+ fec:
899+ auto: false
900+ mode: llrs
901+ ` ` `
902+
903+ * `auto`: true or false. Once enabled, the `mode` setting will be ignored.
904+ * `mode`: valid values are: `off`, `rs`, `baser`, `llrs`.
905+
906+ Please set FEC mode on the switch first, otherwise nmstate verification stage
907+ will complain about desired FEC mode cannot be activated.
908+
887909# ## LLDP
888910
889911# ### LLDP Enabled
You can’t perform that action at this time.
0 commit comments