* [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* Re: [PATCH] MODULE_ALIAS_PROTO for PPPoE
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
1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2003-12-10 22:41 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: rusty, mostrows, netdev
On Wed, 10 Dec 2003 10:22:56 -0800
Stephen Hemminger <shemminger@osdl.org> wrote:
> Rusty added module aliases for most protocol families but missed this one.
Patch applied, thanks Stephen.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MODULE_ALIAS_PROTO for PPPoE
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
1 sibling, 0 replies; 3+ messages in thread
From: Rusty Russell @ 2003-12-15 0:43 UTC (permalink / raw)
To: Stephen Hemminger
Cc: David S. Miller, Rusty Russell, Michal Ostrowski, netdev
In message <20031210102256.27d2ff51.shemminger@osdl.org> you write:
> Rusty added module aliases for most protocol families but missed this one.
Thanks. I've got a few aliases accumulated. I'll push this to Linus/Akpm
and see if they bite.
Thanks.
Rusty
> 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);
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
^ 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).