Comment 4 for bug 2063973

Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

Hi Lucas,

In your scenario the best approach would probably be relying on Netplan to rename the interface for you instead of creating an external udev rule.

I'd suggest you use "set-name: eno1" and continue to use "match" in your configuration. Something like this:

```
network:
  version: 2
  renderer: networkd
  ethernets:
    eno1np0:
      dhcp4: true
      match:
        macaddress: 98:03:9b:b0:a7:76
      set-name: eno1
```