Searched hist:"80 fbbb1672e7815a15d7329638537961d65c453d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | fib_rules.c | diff 80fbbb1672e7815a15d7329638537961d65c453d Mon Aug 03 08:19:48 CDT 2020 YueHaibing <yuehaibing@huawei.com> fib: Fix undef compile warning
net/core/fib_rules.c:26:7: warning: "CONFIG_IP_MULTIPLE_TABLES" is not defined, evaluates to 0 [-Wundef] #elif CONFIG_IP_MULTIPLE_TABLES ^~~~~~~~~~~~~~~~~~~~~~~~~
Fixes: 8b66a6fd34f5 ("fib: fix another fib_rules_ops indirect call wrapper problem") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Acked-By: Brian Vazquez <brianvv@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|