From: Thomas Graf Date: Fri, 18 Aug 2006 01:14:52 +0000 (-0700) Subject: [IPv4]: FIB configuration using struct fib_config X-Git-Tag: v2.6.19-rc1~1272^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e902c57417c4c285b98ba2722468d1c3ed83d1b;p=pandora-kernel.git [IPv4]: FIB configuration using struct fib_config Introduces struct fib_config replacing the ugly struct kern_rta prone to ordering issues. Avoids creating faked netlink messages for auto generated routes or requests via ioctl. A new interface net/nexthop.h is added to help navigate through nexthop configuration arrays. A new struct nl_info will be used to carry the necessary netlink information to be used for notifications later on. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed