diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-13 14:30:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-13 14:30:40 -0700 |
commit | 979b6c135fc4d466a39d8e3ec05583e5ee30261a (patch) | |
tree | 1f78eec2624902890bd15259088813f10f3eaea8 /net/sched | |
parent | 6efd8455cff1979dd081daaa1ce3d3f1764863dc (diff) | |
download | linux-3.10-979b6c135fc4d466a39d8e3ec05583e5ee30261a.tar.gz linux-3.10-979b6c135fc4d466a39d8e3ec05583e5ee30261a.tar.bz2 linux-3.10-979b6c135fc4d466a39d8e3ec05583e5ee30261a.zip |
[NET]: Move the netdev list to vger.kernel.org.
From: Ralf Baechle <ralf@linux-mips.org>
There are archives of the old list at http://oss.sgi.com/archives/netdev
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/act_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index cafcb084098..914c85ff8fe 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c @@ -881,7 +881,7 @@ static int __init tc_action_init(void) link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action; } - printk("TC classifier action (bugs to netdev@oss.sgi.com cc " + printk("TC classifier action (bugs to netdev@vger.kernel.org cc " "hadi@cyberus.ca)\n"); return 0; } |