From: Thomas Graf Date: Tue, 22 Aug 2006 07:01:08 +0000 (-0700) Subject: [IPv6] route: FIB6 configuration using struct fib6_config X-Git-Tag: v2.6.19-rc1~1272^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86872cb57925c46a6499887d77afb880a892c0ec;p=pandora-kernel.git [IPv6] route: FIB6 configuration using struct fib6_config Replaces the struct in6_rtmsg based interface orignating from the ioctl interface with a struct fib6_config based on. Allows changing the interface without breaking the ioctl interface and avoids passing on tons of parameters. The recently introduced struct nl_info is used to pass on netlink authorship information for notifications. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed