From Fedora Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This test case verifies that you can configure the network interfaces with the new naming scheme.

Setup

  1. Boot into a Fedora 41 or Rawhide kernel.

How to test

  1. Run the command system-config-network to configure and enable an on-board device such as em1
  2. Run the command system-config-network to configure and enable an add-in network device such as pci3#1
  3. Run the command system-config-network to configure and enable a SRIOV virtual function network device such as pci3#1_0

Expected Results

  1. All attempts to run system-config-network succeed and enable the desired device as expected. This can be confirmed using the command ifconfig and inspecting the interface configuration files in /etc/sysconfig/network-scripts/ifcfg-*
  2. All configured network interfaces are able to pass traffic.