-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
NetworkManager-1.51.4-1.el9
-
rhel-sst-network-management
-
ssg_networking
-
3
-
Yes
-
Red Hat Enterprise Linux
-
None
-
-
Pass
-
None
-
Enhancement
-
None
Goal
- As a system admin, I want to be able to configure the FEC encoding options using nmcli, so that there's no need to create a separate NetworkManager dispatcher script.
A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.
- Configure the FEC settings via nmcli. For example:
# nmcli con mod CON_NAME ethtool.fec off
- Bring the interface down/up to apply the ethtool FEC encoding setting:
# nmcli con down CON_NAME
-
# nmcli con up CON_NAME
- Use `ethtool` to confirm that FEC encoding has been turned off on the underlying device:
ethtool --show-fec DEV_NAME
- links to
-
RHBA-2024:138504 NetworkManager bug fix and enhancement update