Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223216
b: refs/heads/master
c: e8d34a8
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek authored and David S. Miller committed Dec 8, 2010
1 parent 6f2aadf commit f90a4f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c62fc6dd02c8d793c75ae76a9b6881fc36388ad
refs/heads/master: e8d34a884e4ff118920bb57664def8a73b1b784f
6 changes: 5 additions & 1 deletion trunk/net/l2tp/l2tp_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,8 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("James Chapman <jchapman@katalix.com>");
MODULE_DESCRIPTION("L2TP over IP");
MODULE_VERSION("1.0");
MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_INET, SOCK_DGRAM, IPPROTO_L2TP);

/* Use the value of SOCK_DGRAM (2) directory, because __stringify does't like
* enums
*/
MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_INET, 2, IPPROTO_L2TP);

0 comments on commit f90a4f2

Please sign in to comment.