xt_ipp2p: support UDPLITE

This commit is contained in:
Jan Engelhardt
2011-08-12 15:45:03 +02:00
parent c2d93e16fd
commit 939d3c8b27
2 changed files with 2 additions and 0 deletions

View File

@@ -868,6 +868,7 @@ ipp2p_mt(const struct sk_buff *skb, struct xt_action_param *par)
}
case IPPROTO_UDP: /* what to do with an UDP packet */
case IPPROTO_UDPLITE:
{
const struct udphdr *udph = (const void *)ip + ip_hdrlen(skb);