--- zzzz-none-000/linux-5.4.213/net/ipv4/fib_semantics.c 2022-09-15 10:04:56.000000000 +0000 +++ alder-5690pro-762/linux-5.4.213/net/ipv4/fib_semantics.c 2024-08-14 09:02:13.000000000 +0000 @@ -142,6 +142,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)