--- zzzz-none-000/linux-4.4.60/net/ipv6/fib6_rules.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/net/ipv6/fib6_rules.c 2021-02-04 17:41:59.000000000 +0000 @@ -84,6 +84,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; } table = fib6_get_table(net, rule->table);