[14:37] greetings, does netplan support pre-up scripts yet? [14:41] iomari891: not natively. but you can make use of the NetworkManager pre-up hooks (if using that backend/renderer): https://netplan.io/faq/#use-pre-up%2C-post-up%2C-etc.-hook-scripts [14:45] ok. Is it difficult to implement in netplan? I'm curious as to why it has not been done yet? [14:46] Yes. It is kind of difficult to implement, as netplan is only a "config generator", it does not run as a daemon in the background, thus it cannot listen to network interfaces changes [14:46] it only runs once during bootup for a few seconds and when executing 'netplan apply' [14:48] understood, thanks