]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
l2tp: Fix modalias of l2tp_ip
authorMichal Marek <mmarek@suse.cz>
Mon, 6 Dec 2010 02:39:12 +0000 (02:39 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 7 Jan 2011 21:58:28 +0000 (13:58 -0800)
commit0f8465525bd438e48ba7f8fa126795170067eaf2
tree986470db07db44cee0a8a4b60aab1e91d86583cc
parentb0460db42b29408661b089c477b81ddf2c5e39fd
l2tp: Fix modalias of l2tp_ip

[ Upstream commit e8d34a884e4ff118920bb57664def8a73b1b784f]

Using the SOCK_DGRAM enum results in
"net-pf-2-proto-SOCK_DGRAM-type-115", so use the numeric value like it
is done in net/dccp.

Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/l2tp/l2tp_ip.c