From: Robert Olsson Date: Mon, 20 Jun 2005 20:36:39 +0000 (-0700) Subject: [NETLINK]: fib_lookup() via netlink X-Git-Tag: v2.6.13-rc1~68^2~583^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=246955fe4c38bd706ae30e37c64892c94213775d;p=pandora-kernel.git [NETLINK]: fib_lookup() via netlink Below is a more generic patch to do fib_lookup via netlink. For others we should say that we discussed this as a way to verify route selection. It's also possible there are others uses for this. In short the fist half of struct fib_result_nl is filled in by caller and netlink call fills in the other half and returns it. In case anyone is interested there is a corresponding user app to compare the full routing table this was used to test implementation of the LC-trie. Signed-off-by: David S. Miller --- Reading git-diff-tree failed