<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Do not rename p2p network interfaces"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71293#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Do not rename p2p network interfaces"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71293">bug 71293</a>
              from <span class="vcard"><a class="email" href="mailto:kay@vrfy.org" title="Kay Sievers <kay@vrfy.org>"> <span class="fn">Kay Sievers</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>