[IPv4]: FIB configuration using struct fib_config
authorThomas Graf <tgraf@suug.ch>
Fri, 18 Aug 2006 01:14:52 +0000 (18:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:55:04 +0000 (14:55 -0700)
commit4e902c57417c4c285b98ba2722468d1c3ed83d1b
tree83251829a4bc9628a3543e5f70e7b11090fe22d9
parentab32ea5d8a760e7dd4339634e95d7be24ee5b842
[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 <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
include/net/netlink.h
include/net/nexthop.h [new file with mode: 0644]
net/ipv4/fib_frontend.c
net/ipv4/fib_hash.c
net/ipv4/fib_lookup.h
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c