--- zzzz-none-000/linux-4.9.218/net/ipv6/fib6_rules.c 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/net/ipv6/fib6_rules.c 2023-03-29 10:59:08.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);