Loading net/ipv6/ip6_tunnel.c +7 −6 Original line number Diff line number Diff line Loading @@ -424,11 +424,8 @@ ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, } break; case ICMPV6_PARAMPROB: /* ignore if parameter problem not caused by a tunnel encapsulation limit sub-option */ if (code != ICMPV6_HDR_FIELD) { break; } teli = 0; if (code == ICMPV6_HDR_FIELD) teli = parse_tlv_tnl_enc_lim(skb, skb->data); if (teli && teli == ntohl(info) - 2) { Loading @@ -441,6 +438,10 @@ ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, "tunnel!\n", t->parms.name); rel_msg = 1; } } else if (net_ratelimit()) { printk(KERN_WARNING "%s: Recipient unable to parse tunneled " "packet!\n ", t->parms.name); } break; case ICMPV6_PKT_TOOBIG: Loading Loading
net/ipv6/ip6_tunnel.c +7 −6 Original line number Diff line number Diff line Loading @@ -424,11 +424,8 @@ ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, } break; case ICMPV6_PARAMPROB: /* ignore if parameter problem not caused by a tunnel encapsulation limit sub-option */ if (code != ICMPV6_HDR_FIELD) { break; } teli = 0; if (code == ICMPV6_HDR_FIELD) teli = parse_tlv_tnl_enc_lim(skb, skb->data); if (teli && teli == ntohl(info) - 2) { Loading @@ -441,6 +438,10 @@ ip6ip6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, "tunnel!\n", t->parms.name); rel_msg = 1; } } else if (net_ratelimit()) { printk(KERN_WARNING "%s: Recipient unable to parse tunneled " "packet!\n ", t->parms.name); } break; case ICMPV6_PKT_TOOBIG: Loading