]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/sched/act_bpf.c
Merge remote-tracking branch 'arm-soc/for-next'
[karo-tx-linux.git] / net / sched / act_bpf.c
index 559bfa011bda7b7c6fed76ef7df8d4cd1d861bc3..0bc6f912f870297a6d91ef04acca76f6e1915339 100644 (file)
@@ -72,6 +72,7 @@ static int tcf_bpf(struct sk_buff *skb, const struct tc_action *act,
        case TC_ACT_PIPE:
        case TC_ACT_RECLASSIFY:
        case TC_ACT_OK:
+       case TC_ACT_REDIRECT:
                action = filter_res;
                break;
        case TC_ACT_SHOT: