1. Jun 03, 2020
  2. May 12, 2020
  3. Dec 13, 2019
  4. Dec 10, 2019
  5. Oct 22, 2019
  6. Oct 15, 2019
  7. Aug 29, 2019
  8. Aug 22, 2019
  9. Jul 12, 2019
  10. Jun 14, 2019
  11. Jun 13, 2019
  12. May 31, 2019
    • Michael Prokop's avatar
      Fix detection of predictable network interface names · 2860f131
      Michael Prokop authored
      E.g. virtio drivers might have the properties ID_NET_NAME_PATH=enp0s18
      and ID_NET_NAME_SLOT=ens18. If we check only for ID_NET_NAME_PATH, then
      we end up with a network configuration for enp0s18, while the actual
      network interface name will be ens18.
      
      So instead look at all present network devices, iterate over them
      (ignoring the virtual interfaces like bridges + vboxnet) and
      check for present ID_NET_NAME_* settings, using the following precedence
      (as defined in link_config_apply() of systemd/src/udev/net/link-config.c):
      
      * ID_NET_NAME_FROM_DATABASE
      * ID_NET_NAME_ONBOARD
      * ID_NET_NAME_SLOT
      * ID_NET_NAME_PATH
      * ID_NET_NAME_MAC
      
      Closes: #929810
      2860f131
  13. Mar 02, 2019
  14. Jan 25, 2019
  15. Jan 24, 2019