17/05/02 12:41:22.65 YakgET+G.net
systemd によるネットワークデバイスの名前割り当てについて調べています
URLリンク(www.freedesktop.org)
上のサイトで
The classic naming scheme for network interfaces applied by the kernel is
to simply assign names beginning with "eth0", "eth1", ... to all interfaces
as they are probed by the drivers.
As the driver probing is generally not predictable for modern technology
this means that as soon as multiple network interfaces are available
the assignment of the names "eth0", "eth1" and so on is generally not fixed anymore
and it might very well happen that "eth0" on one boot ends up being "eth1" on the next.
とあるのですが、これはドライバのロードの順番によって、ネットワークデバイスの名前(eth0、eth1 など)が変わるという理解で良いですか?