Re: [OpenWrt-Devel] netifd: handling of interfaces with proto "none"

2015-06-08 Thread Jo-Philipp Wich
Hi Lars, I struggled with this issue as well and after a brief chat with nbd the conclusion was to force the tap device to be "external", this will cause netifd to leave its routes and address config alone, even when ifup is called on the network. In short you need to prepare the vpn interface

[OpenWrt-Devel] netifd: handling of interfaces with proto "none"

2015-06-07 Thread Lars Kruse
Hi, currently I am struggling with the management of dynamically created network interfaces. Specifically I want to create an openvpn connection to a server and add the automatically generated network interface (tapX; managed by openvpn) to a specific zone. I planned to use the following commands