Sebastian Weyer
Sebastian Weyer
> Hello > > Is there any existing design for the new interface? Thanks Hey, thanks for your comments. This is the first time I'm writing an interface. Do you...
Hello, thank you for your other comments. I just came back from PTO and therefore could not continue working on this. I'd be happy to have a call with you...
I just updated the interface to create a set of rules that are as minimal as possible to make all my test snaps work in strict confinement. I was able...
Thanks for your comments. I will set up a call with you. I think we don't want a support interface then and instead have an interface that a snap can...
Actually simply doing `sudo udevadm test /sys/class/net/eth0` will already rename the interface correctly after boot
I just tried matching against a macaddress and it does work because cloud-init is renaming it itself and then generates the netplan config: ``` 2024-08-29 07:32:08,968 - net[DEBUG]: Detected interfaces...
Also, does netplan get triggered again after the call to `netplan generate` and the several `udevadm test-builtin` ? Because afaik `netplan generate` will only generate the config files corresponding to...