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
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063973

Title:
  network-online.target is reached before netplan-configured interfaces
  are online

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2063973/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to