Release Notes for buster: 70-persistent-net-rules still supported?
Andrei POPESCU
andreimpopescu at gmail.com
Wed Jul 10 21:29:48 BST 2019
On Mi, 03 iul 19, 18:22:30, Michael Biebl wrote:
>
> Usually ethernet interfaces are name eth* and wifi interfaces are named
> wlan*, so yeah, if you have a single ethernet interface which is named
> eth0 and a single wifi interface that is named wlan0, then you are safe
> as well. I do vaguely remember seeing wifi interfaces named as eth*
> though. I've seen this a long time ago, not sure if this is still valid
> today and you can safely say nowadays that wifi interfaces are always
> called wlan*.
Here is a confirmed report of a wireless that is named ethX by the
kernel.
https://lists.debian.org/debian-user/2019/07/msg00610.html
(I received full dmesg off list if someone is interested)
To be on the safe side the entry could be adjusted as per this patch
(also attached for convenience):
diff --git a/en/issues.dbk b/en/issues.dbk
index 7b46d168..3b463f2d 100644
--- a/en/issues.dbk
+++ b/en/issues.dbk
@@ -153,7 +153,10 @@ information mentioned in <xref linkend="morereading"/>.
file (see <ulink url="&url-man;systemd.link">
systemd.link(5)</ulink>).
The <literal>net.ifnames=0</literal> kernel commandline option might
- also work for systems with only one network interface (of a given type).
+ also work for systems with only one network interface<footnote><para>
+ It should also work for systems with interfaces of different types (e.g.
+ Ethernet and wireless) as the kernel it typically using different
+ different naming conventions for them (i.e. eth0 and wlan0).</para></footnote>.
</para>
<para>
To find the new-style names that will be used, first find the
Kind regards,
Andrei
--
http://wiki.debian.org/FAQsFromDebianUser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wireless-sometimes-eth.diff
Type: text/x-diff
Size: 836 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20190710/444654a8/attachment-0001.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20190710/444654a8/attachment-0001.sig>
More information about the Pkg-systemd-maintainers
mailing list