netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MODULE_ALIAS_PROTO for PPPoE
@ 2003-12-10 18:22 Stephen Hemminger
  2003-12-10 22:41 ` David S. Miller
  2003-12-15  0:43 ` Rusty Russell
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2003-12-10 18:22 UTC (permalink / raw)
  To: David S. Miller, Rusty Russell, Michal Ostrowski; +Cc: netdev

Rusty added module aliases for most protocol families but missed this one.

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1534  -> 1.1535 
#	 drivers/net/pppoe.c	1.37    -> 1.38   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/12/10	shemminger@osdl.org	1.1535
# Add module alias for pppoe
# --------------------------------------------
#
diff -Nru a/drivers/net/pppoe.c b/drivers/net/pppoe.c
--- a/drivers/net/pppoe.c	Wed Dec 10 10:20:36 2003
+++ b/drivers/net/pppoe.c	Wed Dec 10 10:20:36 2003
@@ -1151,3 +1151,4 @@
 MODULE_AUTHOR("Michal Ostrowski <mostrows@speakeasy.net>");
 MODULE_DESCRIPTION("PPP over Ethernet driver");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS_NETPROTO(PF_PPPOX);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-15  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-10 18:22 [PATCH] MODULE_ALIAS_PROTO for PPPoE Stephen Hemminger
2003-12-10 22:41 ` David S. Miller
2003-12-15  0:43 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).