Skip to content

Commit

Permalink
net-naming-scheme: disable NAMING_FIRMWARE_NODE_SUN
Browse files Browse the repository at this point in the history
It seems that virtio devices always have "0" in
the firmware_node/sun. And because of that, udev will
always name the device ens0, which leads to collisions.
So let's disable it for now.

rhel-only: policy
Resolves: RHEL-55728
  • Loading branch information
lnykryn authored and jamacku committed Dec 16, 2024
1 parent 014a0ac commit 28ea94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/netif-naming-scheme.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ typedef enum NamingSchemeFlags {
NAMING_RHEL_9_4 = NAMING_RHEL_9_3,
NAMING_RHEL_9_5 = NAMING_RHEL_9_4 & ~NAMING_BRIDGE_MULTIFUNCTION_SLOT,

NAMING_RHEL_10_0_BETA = NAMING_V255 | NAMING_FIRMWARE_NODE_SUN,
NAMING_RHEL_10_0_BETA = NAMING_V255,

EXTRA_NET_NAMING_SCHEMES

Expand Down

0 comments on commit 28ea94a

Please sign in to comment.