[systemd-bugs] [Bug 85440] New: Ordering of .link files is inverted

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 25 07:11:11 PDT 2014


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

            Bug ID: 85440
           Summary: Ordering of .link files is inverted
           Product: systemd
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: systemd-bugs at lists.freedesktop.org
          Reporter: bernat at luffy.cx
        QA Contact: systemd-bugs at lists.freedesktop.org

Created attachment 108391
  --> https://bugs.freedesktop.org/attachment.cgi?id=108391&action=edit
udev: fix ordering of .link files

Hi!

Whatever I put in /etc/systemd/network, udev is still only using
/lib/systemd/network/99-default.link. I am using systemd-215 from Debian but
this is still true for the one in git. See:

$ udevadm test-builtin net_setup_link /sys/class/net/lan
calling: test-builtin
load module index
timestamp of '/etc/systemd/network' changed
timestamp of '/lib/systemd/network' changed
Parsed configuration file /etc/systemd/network/wlan.link
Parsed configuration file /etc/systemd/network/lan.link
Parsed configuration file /lib/systemd/network/99-default.link
Created link configuration context.
ID_NET_DRIVER=e1000e
Config file /lib/systemd/network/99-default.link applies to device lan
ID_NET_NAME=eno1
unload module index
Unloaded link configuration context.

My lan.link should match. When I apply the attached patch, the issue is fixed.

-- 
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/20141025/e600a80f/attachment.html>


More information about the systemd-bugs mailing list