[OpenWrt-Devel] Not receiving verification token for dev.openwrt.org

2015-12-26 Thread Mohammed Billoo
I've been trying to register at dev.openwrt.org but have not received a token in my email. Have tried numerous times but still no dice. Who do I contact? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] [PATCH] 6in4: Corrected tunnelbroker tunnel update URL

2015-12-26 Thread Sami Olmari
Okay you can disregard this, I'll submit another one... Nothing wrong with patch itself, but I'll also bumb the PKG_RELEASE in Makefile in next patch Sami Olmari On Sat, Dec 26, 2015 at 2:33 AM, Sami Olmari wrote: > Changed the tunnel update URL into format tunnelbrokers

[OpenWrt-Devel] [PATCH 2/2] network: add virtual tunnel interface (VTI) support

2015-12-26 Thread André Valentin
This adds support for configuring VTI interfaces within /etc/config/network. VTI interfaces are used to create IPsec tunnel interfaces. These interfaces may be used for routing and other purposes. Example config: config interface 'vti1' option proto 'vti' option mtu '1500'

[OpenWrt-Devel] [PATCH 1/2] netifd/system-linux: add VTI tunnel support

2015-12-26 Thread André Valentin
This patch adds support for VTI interfaces. VTI interfaces can be used to tunnel IPsec ESP traffic to a device so common firewall zones may be used. This also enables routing protocols to work over IPsec tunnels. Signed-off-by: André Valentin --- system-linux.c | 106

[OpenWrt-Devel] [PATCH v2] 6in4: Corrected tunnelbroker tunnel update URL

2015-12-26 Thread Sami Olmari
Changed the tunnel update URL into format tunnelbrokers example has, that made it work again. Current method gives "Username/Password Authentication Failed." when I tried the wget line manually and logread eventually says also "6in4: update failed". With corrected URL it works fine: "good

Re: [OpenWrt-Devel] [PATCH] Add support for Netgear D7800

2015-12-26 Thread Tathagata Das
Hi Hauke, I have plan to add support for DSL part as well. Currently I am working on USB. I hope my last patch (Adding support for Netgear D7800) would be accepted. Later I will provide patch for both USB and DSL. Those two are essential for D7800. Do you have any idea/suggestion?