[NET]: Use u32 for routing table IDs
authorPatrick McHardy <kaber@trash.net>
Fri, 11 Aug 2006 06:08:33 +0000 (23:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:24 +0000 (14:54 -0700)
commit2dfe55b47e3d66ded5a84caf71e0da5710edf48b
treef3818a7016985f79856212d797921e319bff8cd2
parentd924424aaed116b362c6d0e667d912b77e655085
[NET]: Use u32 for routing table IDs

Use u32 for routing table IDs in net/ipv4 and net/decnet in preparation of
support for a larger number of routing tables. net/ipv6 already uses u32
everywhere and needs no further changes. No functional changes are made by
this patch.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dn_fib.h
include/net/ip_fib.h
net/decnet/dn_fib.c
net/decnet/dn_table.c
net/ipv4/fib_frontend.c
net/ipv4/fib_hash.c
net/ipv4/fib_lookup.h
net/ipv4/fib_rules.c
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c