Re: [PATCH net-next] fib: Fix undef compile warning
From: David Miller
Date: Mon Aug 03 2020 - 21:02:12 EST
From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Mon, 3 Aug 2020 21:19:48 +0800
> 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@xxxxxxxxxx>
Applied, thank for fixing this up.