netfilter: xtables: resolve indirect macros 3/3

This commit is contained in:
Jan Engelhardt
2010-10-13 16:28:00 +02:00
parent 87a2e70db6
commit 243bf6e29e
8 changed files with 94 additions and 131 deletions

View File

@@ -230,7 +230,7 @@ static int tcf_ipt(struct sk_buff *skb, struct tc_action *a,
result = TC_ACT_SHOT;
ipt->tcf_qstats.drops++;
break;
case IPT_CONTINUE:
case XT_CONTINUE:
result = TC_ACT_PIPE;
break;
default: