commit | 03cf786c4e83dba404ad23ca58f49147ae52dffd | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Tue Oct 23 21:17:27 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Oct 23 21:27:58 2007 -0700 |
tree | dc694a37209df68386edf7bc94ffa28df7e9cffc | |
parent | f0fe91ded36bab95541e960ae8a115abc1f5ba03 [diff] |
[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>