mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 13:44:56 +02:00
xt_ipp2p: support UDPLITE
This commit is contained in:
@@ -5,6 +5,7 @@ HEAD
|
|||||||
- xt_SYSRQ: fix UDPLITE header lookup in IPv6
|
- xt_SYSRQ: fix UDPLITE header lookup in IPv6
|
||||||
- xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
|
- xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
|
||||||
- xt_TEE: abort build when the feature is already provided by mainline
|
- xt_TEE: abort build when the feature is already provided by mainline
|
||||||
|
- xt_ipp2p: support UDPLITE
|
||||||
- xt_pknock: support UDPLITE
|
- xt_pknock: support UDPLITE
|
||||||
- xt_psd: restore functionality with UDP
|
- xt_psd: restore functionality with UDP
|
||||||
- xt_psd: support UDPLITE
|
- xt_psd: support UDPLITE
|
||||||
|
@@ -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_UDP: /* what to do with an UDP packet */
|
||||||
|
case IPPROTO_UDPLITE:
|
||||||
{
|
{
|
||||||
const struct udphdr *udph = (const void *)ip + ip_hdrlen(skb);
|
const struct udphdr *udph = (const void *)ip + ip_hdrlen(skb);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user