--- zzzz-none-000/linux-4.4.60/net/ipv4/fib_semantics.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/net/ipv4/fib_semantics.c 2021-02-04 17:41:59.000000000 +0000 @@ -138,6 +138,10 @@ .error = -EINVAL, .scope = RT_SCOPE_NOWHERE, }, + [RTN_POLICY_FAILED] = { + .error = -EACCES, + .scope = RT_SCOPE_UNIVERSE, + }, }; static void rt_fibinfo_free(struct rtable __rcu **rtp)