Comment 12 for bug 1876884

Revision history for this message
Yannik (yannik-5) wrote : Re: eth connection 'unmanaged' when using netplan

I did some additional debugging on this and found the file `/run/NetworkManager/conf.d/netplan.conf` with contents:
[keyfile]
# devices managed by networkd
unmanaged-devices+=interface-name:enp1s0

Removing that file leads to the device being listed as managed by `nmcli d status`, but this file get's created again every reboot by netplan, so it does not hold for long. (And then the device is unmanaged again)