[IPv6] route: FIB6 configuration using struct fib6_config
authorThomas Graf <tgraf@suug.ch>
Tue, 22 Aug 2006 07:01:08 +0000 (00:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:55:12 +0000 (14:55 -0700)
commit86872cb57925c46a6499887d77afb880a892c0ec
treebc0442efb85226adac5c7ae43e632639dd1b6899
parent40e22e8f3d4d4f1ff68fb03683f007c53ee8b348
[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 <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
include/net/ip6_route.h
net/ipv6/addrconf.c
net/ipv6/ip6_fib.c
net/ipv6/route.c