When creating a new netmaker client, a new network node and a new comms node is created using wireguard quick up
when wiregurad creates an interface, netplan.io creates a new netplan connection in /etc/netplan folder
but when i reboot the system, instead of finding the existing netplan and bringing it up, the daemon creates a used the files inside /etc/netclient/config to create a new connection with a different uuid
so, in turn creating a new netplan connection with the same name but different uuid.
So, the netplans inside /etc/netplan just pile up.
So would it be possible to serach and bring up the existing interface instead of creating a new one every time?