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

@@ -5,6 +5,7 @@ HEAD
- xt_SYSRQ: fix UDPLITE header lookup in IPv6
- xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
- xt_TEE: abort build when the feature is already provided by mainline
- xt_ipp2p: support UDPLITE
- xt_pknock: support UDPLITE
- xt_psd: restore functionality with UDP
- xt_psd: support UDPLITE

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);