This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/net
Pavel Emelyanov 03cf786c4e [IPV4]: Explicitly call fib_get_table() in fib_frontend.c
In case the "multiple tables" config option is y, the ip_fib_local_table
is not a variable, but a macro, that calls fib_get_table(RT_TABLE_LOCAL).

Some code uses this "variable" *3* times in one place, thus implicitly
making 3 calls. Fix it.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-23 21:27:58 -07:00
..
2007-10-10 16:54:48 -07:00
2007-10-23 21:27:50 -07:00
2007-10-19 23:22:11 +02:00
2007-10-19 23:22:11 +02:00
2007-10-22 21:19:56 +02:00
2007-07-16 09:05:45 -07:00
2005-04-16 15:20:36 -07:00