netfilter: split netfilter IPv4 defragmentation into a separate module
Netfilter connection tracking requires all IPv4 packets to be defragmented. Both the socket match and the TPROXY target depend on this functionality, so this patch separates the Netfilter IPv4 defrag hooks into a separate module. Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
4de6f16b9e
commit
73e4022f78
6
include/net/netfilter/ipv4/nf_defrag_ipv4.h
Normal file
6
include/net/netfilter/ipv4/nf_defrag_ipv4.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _NF_DEFRAG_IPV4_H
|
||||
#define _NF_DEFRAG_IPV4_H
|
||||
|
||||
extern void nf_defrag_ipv4_enable(void);
|
||||
|
||||
#endif /* _NF_DEFRAG_IPV4_H */
|
Reference in New Issue
Block a user