net: Make table id type u32
A number of VRF patches used 'int' for table id. It should be u32 to be consistent with the rest of the stack. Fixes:4e3c89920c
("net: Introduce VRF related flags and helpers")15be405eb2
("net: Add inet_addr lookup by table")30bbaa1950
("net: Fix up inet_addr_type checks")021dd3b8a1
("net: Add routes to the table associated with the device")dc028da54e
("inet: Move VRF table lookup to inlined function")f6d3c19274
("net: FIB tracepoints") Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
63b6c13dbb
commit
9b8ff51822
@@ -188,7 +188,7 @@ void ipv4_sk_redirect(struct sk_buff *skb, struct sock *sk);
|
||||
void ip_rt_send_redirect(struct sk_buff *skb);
|
||||
|
||||
unsigned int inet_addr_type(struct net *net, __be32 addr);
|
||||
unsigned int inet_addr_type_table(struct net *net, __be32 addr, int tb_id);
|
||||
unsigned int inet_addr_type_table(struct net *net, __be32 addr, u32 tb_id);
|
||||
unsigned int inet_dev_addr_type(struct net *net, const struct net_device *dev,
|
||||
__be32 addr);
|
||||
unsigned int inet_addr_type_dev_table(struct net *net,
|
||||
|
Reference in New Issue
Block a user