Jan Engelhardt wrote:
commit 11c4c687b1df11aeadd9ab76f37c4a89144d9a73 Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Date: Wed Jan 2 20:14:28 2008 +0100 [NETFILTER]: Merge ipt_ah and ip6t_ah into xt_ah
+ err = ipv6_find_hdr(skb, &ptr, NEXTHDR_AUTH, NULL);
This also adds a ipv6 dependency. For other modules I used ipv6_skip_exthdr, but this doesn't work in this case since AH is an extension header. - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html