[13:28] Using netplan, I need to add specific IP addresses when ppp0 connects. Is there an equivalent to 'ip-up' in network scripts? [13:31] alternatively, can networkd be told to do something like that directly? [13:35] rivimey: netplan doesn't support hooks natively. But you can instruct networkd-dispatcher to do it for you: https://netplan.io/faq/#use-pre-up%2C-post-up%2C-etc.-hook-scripts [13:35] Thanks [13:36] I wish it supported (at least to some degree) ppp connections, such as mine over pppoe :-) [13:59] yes, that'd be the proper solution to this problem. We have a whishlist item for this feature: https://bugs.launchpad.net/netplan/+bug/1769034