In article [ref] (at Thu, 15 Jan 2004 00:52:52 -0800), "David S. Miller" [off-list ref] says:
quoted
Once receiving a router advertisement message,
a netlink notification event will be created.
This patch is against linux-2.6.1.
This patch looks fine, except I can't see how RTM_GETRA is used anywhere.
Even if it will be used by some future change, please remove it until that
later change is made.
Hmm, why do we need this? What kind of usage?
I think you can do this in user space by opening raw socket.
--yoshfuji