Re: [systemd-devel] systemd-networkd doesn't delete netdev when parent interface is deleted

2015-08-21 Thread hello
What workaround do you suggest in the meantime ? I'm currently using a very ugly hack which is an oneshot service that runs "ip tunnel del" right before the PPP service starts (and ignores eventual errors); is there a better way, possibly without touching the actual PPP service file (I'd like

[systemd-devel] systemd-networkd doesn't delete netdev when parent interface is deleted

2015-08-20 Thread hello
Hello, I'm trying to use systemd-networkd to manage a "sit" tunnel and I've hit problem. My internet connection is provided by "ppp0" which isn't directly managed by networkd and can come and go at anytime. I have a .network file with "[Match] Name=ppp