]> git.baikalelectronics.ru Git - kernel.git/commit
net/ipv4: Remove fib table id from rtable
authorDavid Ahern <dsahern@gmail.com>
Wed, 14 Feb 2018 22:24:28 +0000 (14:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Feb 2018 20:41:42 +0000 (15:41 -0500)
commit7c0240be49fc32bab0a8738406622bf6ba12a40a
treed6c7a143f673e72e527660d3b8b1c1005366f52e
parenta16feefb51da1263d0934573b925e0546670b3a0
net/ipv4: Remove fib table id from rtable

Remove rt_table_id from rtable. It was added for getroute to return the
table id that was hit in the lookup. With the changes for fibmatch the
table id can be extracted from the fib_info returned in the fib_result
so it no longer needs to be in rtable directly.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vrf.c
include/net/route.h
net/ipv4/route.c
net/ipv4/xfrm4_policy.c