[RTNL]: Message handler registration interface
authorThomas Graf <tgraf@suug.ch>
Thu, 22 Mar 2007 18:48:11 +0000 (11:48 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:04 +0000 (22:27 -0700)
commite284986385b6420a5f30f2dcd743512bbe1a3202
treeaee0d30b618ada57371fddfcaeb47bbd767e16e3
parent30833ffead66e1f0052150a51db0b45151189ac1
[RTNL]: Message handler registration interface

This patch adds a new interface to register rtnetlink message
handlers replacing the exported rtnl_links[] array which
required many message handlers to be exported unnecessarly.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rtnetlink.h
include/net/rtnetlink.h [new file with mode: 0644]
net/core/rtnetlink.c