--- l-3.13.3/net/netfilter/ipvs/ip_vs_core.c.org 2014-01-22 14:46:53.222738221 +0100 +++ l-3.13.3/net/netfilter/ipvs/ip_vs_core.c 2014-02-18 14:17:56.516319899 +0100 @@ -735,7 +735,9 @@ void ip_vs_nat_icmp_v6(struct sk_buff *s struct ipv6hdr *ciph; unsigned short fragoffs; - ipv6_find_hdr(skb, &icmp_offset, IPPROTO_ICMPV6, &fragoffs, NULL); + EnterFunction(10); + protocol=ipv6_find_hdr(skb, &icmp_offset, -1, &fragoffs, NULL); + IP_VS_DBG(15,"icmp_offset=%d,protocol=%d\n",icmp_offset,protocol); icmph = (struct icmp6hdr *)(skb_network_header(skb) + icmp_offset); offs = icmp_offset + sizeof(struct icmp6hdr); ciph = (struct ipv6hdr *)(skb_network_header(skb) + offs); @@ -780,6 +782,7 @@ void ip_vs_nat_icmp_v6(struct sk_buff *s IP_VS_DBG_PKT(11, AF_INET6, pp, skb, (void *)ciph - (void *)iph, "Forwarding altered incoming ICMPv6"); + LeaveFunction(10); } #endif