You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
861 B
25 lines
861 B
1 year ago
|
From fb3db0b1e27b2e60b86677907c761cb6d0a31c5e Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Macku <jamacku@redhat.com>
|
||
|
Date: Mon, 14 Aug 2023 15:44:11 +0200
|
||
|
Subject: [PATCH] udev/net_id: use naming scheme for RHEL-9.3
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Resolves: #2231845
|
||
|
---
|
||
|
src/shared/netif-naming-scheme.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/src/shared/netif-naming-scheme.c b/src/shared/netif-naming-scheme.c
|
||
|
index d846c794a8..0f50533279 100644
|
||
|
--- a/src/shared/netif-naming-scheme.c
|
||
|
+++ b/src/shared/netif-naming-scheme.c
|
||
|
@@ -28,6 +28,7 @@ static const NamingScheme naming_schemes[] = {
|
||
|
{ "rhel-9.0", NAMING_RHEL_9_0 },
|
||
|
{ "rhel-9.1", NAMING_RHEL_9_1 },
|
||
|
{ "rhel-9.2", NAMING_RHEL_9_2 },
|
||
|
+ { "rhel-9.3", NAMING_RHEL_9_3 },
|
||
|
/* … add more schemes here, as the logic to name devices is updated … */
|
||
|
|
||
|
EXTRA_NET_NAMING_MAP
|