--- zzzz-none-000/linux-4.9.276/net/ipv6/fib6_rules.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/ipv6/fib6_rules.c 2023-04-05 08:19:02.000000000 +0000 @@ -77,6 +77,10 @@ err = -EACCES; rt = net->ipv6.ip6_prohibit_entry; goto discard_pkt; + case FR_ACT_POLICY_FAILED: + err = -EACCES; + rt = net->ipv6.ip6_policy_failed_entry; + goto discard_pkt; } tb_id = fib_rule_get_table(rule, arg);