fib: fix another fib_rules_ops indirect call wrapper problem
authorBrian Vazquez <brianvv@google.com>
Sat, 1 Aug 2020 03:01:10 +0000 (20:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Aug 2020 18:47:39 +0000 (11:47 -0700)
commit8b66a6fd34f519f4ad42c4ab0152c3c0782a7dbd
tree803b17b30bdcee6aa1474dbfec6a1b7cc8b6af38
parent0e8642cf369a37b718c15effa6ffd52c00fd7d15
fib: fix another fib_rules_ops indirect call wrapper problem

It turns out that on commit 41d707b7332f ("fib: fix fib_rules_ops
indirect calls wrappers") I forgot to include the case when
CONFIG_IP_MULTIPLE_TABLES is not set.

Fixes: 41d707b7332f ("fib: fix fib_rules_ops indirect calls wrappers")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Brian Vazquez <brianvv@google.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/fib_rules.c