[systemd-bugs] [Bug 71293] Do not rename p2p network interfaces

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 6 04:57:34 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=71293

--- Comment #1 from Kay Sievers <kay at vrfy.org> ---
Hmm, we should probably not try to be smart with kernel names coming in, they
are passed by tools, and can be any name the tool writer likes.

What might work more reliably is a sysfs attribute like:
  /sys/class/net/wlp3s0/name_assign_type

which indicates:
  - kernel-allocated name (plain enumerated names by drivers)
  - userspace passed-in at creation time (tools asked for that)
  - userspace renamed name (not a kernel name anymore)

The udev would only grab the first one to rename.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20131106/790e9ebf/attachment.html>


More information about the systemd-bugs mailing list