--- zzzz-none-000/linux-5.4.213/net/ipv4/fib_semantics.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/net/ipv4/fib_semantics.c 2024-05-29 11:20:02.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)