Searched hist:"8 b66a6fd34f519f4ad42c4ab0152c3c0782a7dbd" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | fib_rules.c | diff 8b66a6fd34f519f4ad42c4ab0152c3c0782a7dbd Fri Jul 31 22:01:10 CDT 2020 Brian Vazquez <brianvv@google.com> 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>
|