Re: [OpenWrt-Devel] Netifd support for tunnels and address configuration

2014-07-17 Thread Baptiste Jonglez
On Thu, Jul 17, 2014 at 06:28:09PM +0200, Hans Dedecker wrote: > Hi Baptiste, > > I have added GRE support (gre/gretap/grev6/grev6tap) in netifd which I'm > currenlty testing. The implementation looks the same as for 6rd/dslite tunnel > interfaces (thus allowing to set mtu/ttl/remote end point);

[OpenWrt-Devel] Netifd support for tunnels and address configuration

2014-07-17 Thread Hans Dedecker
Hi Baptiste, I have added GRE support (gre/gretap/grev6/grev6tap) in netifd which I'm currenlty testing. The implementation looks the same as for 6rd/dslite tunnel interfaces (thus allowing to set mtu/ttl/remote end point); additonally it allows to set gre specific parameters (ikey/okey/iseq/os

[OpenWrt-Devel] Netifd support for tunnels and address configuration

2014-07-17 Thread Baptiste Jonglez
Hi, I am currently adding GRE support for OpenWRT, based on 6in4 support [1] (since I couldn't find any documentation). What is the proper way to support address configuration for tunnel interfaces? It seems redundant to handle static address configuration for each tunnel type, especially with t