Re: [PATCH] net: tunnels - enable module autoloading

2014-05-15 Thread Tom Gundersen
On Thu, May 15, 2014 at 11:32 PM, Stephen Hemminger wrote: > On Tue, 13 May 2014 10:48:28 +0200 > Tom Gundersen wrote: > >> Enable the module alias hookup to allow tunnel modules to be autoloaded on >> demand. >> >> This is in line with how most other netdev kinds work, and will allow >> usersp

Re: [PATCH] net: tunnels - enable module autoloading

2014-05-15 Thread Stephen Hemminger
On Tue, 13 May 2014 10:48:28 +0200 Tom Gundersen wrote: > Enable the module alias hookup to allow tunnel modules to be autoloaded on > demand. > > This is in line with how most other netdev kinds work, and will allow > userspace > to create tunnels without having CAP_SYS_MODULE. > > Signed-of

Re: [PATCH] net: tunnels - enable module autoloading

2014-05-15 Thread David Miller
From: Tom Gundersen Date: Tue, 13 May 2014 10:48:28 +0200 > Enable the module alias hookup to allow tunnel modules to be autoloaded on > demand. > > This is in line with how most other netdev kinds work, and will allow > userspace > to create tunnels without having CAP_SYS_MODULE. > > Signed-

[PATCH] net: tunnels - enable module autoloading

2014-05-13 Thread Tom Gundersen
Enable the module alias hookup to allow tunnel modules to be autoloaded on demand. This is in line with how most other netdev kinds work, and will allow userspace to create tunnels without having CAP_SYS_MODULE. Signed-off-by: Tom Gundersen Tested-by: Susant Sahani --- net/ipv4/ipip.c |