For the people on Focal that want to use netplan and keepalived together: you can just put in an override for the network unit file, to keep systemd-networkd from touching your interface!
``` $ cat /etc/systemd/network/10-netplan-eno1.network.d/override.conf [Network] KeepConfiguration=static $ ```
This might be a good enough workaround until this is really fixed.
For the people on Focal that want to use netplan and keepalived together: you can just put in an override for the network unit file, to keep systemd-networkd from touching your interface!
``` network/ 10-netplan- eno1.network. d/override. conf on=static
$ cat /etc/systemd/
[Network]
KeepConfigurati
$
```
This might be a good enough workaround until this is really fixed.