nf_hook_slow() accepts NF_STOP, but nf_reinject() not. Maybe, It should like:
switch (verdict) {
case NF_ACCEPT:
+ case NF_STOP:
info->okfn(skb);
break;
case NF_QUEUE:
if (!nf_queue(skb, elem, info->pf, info->hook,
info->indev, info->outdev, info->okfn))
goto next_hook;
break;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
