32 lines
1.4 KiB
Diff
32 lines
1.4 KiB
Diff
From 8a3390f1210561d360c45ee8d4b153d738c7ffb2 Mon Sep 17 00:00:00 2001
|
|
From: Lukas Nykryn <lnykryn@redhat.com>
|
|
Date: Mon, 14 Apr 2025 13:49:51 +0200
|
|
Subject: [PATCH] man: mention that rhel-9.0 net naming scheme is the same as
|
|
v251
|
|
|
|
Due to the rebase in 9.2 it is a bit confusing that we are documenting
|
|
the newer upstream scheme and it might look 9.0 is based in v255.
|
|
So let's explicitly mention that the scheme is the same as in v251.
|
|
|
|
Resolves: RHEL-86891
|
|
|
|
rhel-only: doc
|
|
---
|
|
man/systemd.net-naming-scheme.xml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/man/systemd.net-naming-scheme.xml b/man/systemd.net-naming-scheme.xml
|
|
index f2077ed02d..b5f4a0bc51 100644
|
|
--- a/man/systemd.net-naming-scheme.xml
|
|
+++ b/man/systemd.net-naming-scheme.xml
|
|
@@ -462,7 +462,8 @@
|
|
<varlistentry>
|
|
<term><constant>rhel-9.0</constant></term>
|
|
|
|
- <listitem><para>Since version <constant>v247</constant> we no longer set
|
|
+ <listitem><para>Same as naming scheme <constant>v251</constant>.</para>
|
|
+ <para>Since version <constant>v247</constant> we no longer set
|
|
<varname>ID_NET_NAME_SLOT</varname> if we detect that a PCI device associated with a slot is a PCI
|
|
bridge as that would create naming conflict when there are more child devices on that bridge. Now,
|
|
this is relaxed and we will use slot information to generate the name based on it but only if
|