|
@@ -179,9 +179,6 @@ reject_tg6(struct sk_buff *skb, const struct xt_target_param *par)
|
|
|
struct net *net = dev_net((par->in != NULL) ? par->in : par->out);
|
|
|
|
|
|
pr_debug("%s: medium point\n", __func__);
|
|
|
- /* WARNING: This code causes reentry within ip6tables.
|
|
|
- This means that the ip6tables jump stack is now crap. We
|
|
|
- must return an absolute verdict. --RR */
|
|
|
switch (reject->with) {
|
|
|
case IP6T_ICMP6_NO_ROUTE:
|
|
|
send_unreach(net, skb, ICMPV6_NOROUTE, par->hooknum);
|