ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.
Elide the ICMP on frag queue timeouts unconditionally for this user. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -404,7 +404,8 @@ enum ip_defrag_users {
|
||||
__IP_DEFRAG_CONNTRACK_BRIDGE_IN = IP_DEFRAG_CONNTRACK_BRIDGE_IN + USHRT_MAX,
|
||||
IP_DEFRAG_VS_IN,
|
||||
IP_DEFRAG_VS_OUT,
|
||||
IP_DEFRAG_VS_FWD
|
||||
IP_DEFRAG_VS_FWD,
|
||||
IP_DEFRAG_AF_PACKET,
|
||||
};
|
||||
|
||||
int ip_defrag(struct sk_buff *skb, u32 user);
|
||||
|
Reference in New Issue
Block a user