mirror of https://github.com/hak5/openwrt-owl.git
conntrack: enable support for netfilter conntrack zones
Storage of such zones is provided by a nf_ct_ext struct, hence conntrack memory foot print will not be increased if zones are not used. Signed-off-by: Alin Năstac <alin.nastac@gmail.com>owl
parent
af1e70b4a7
commit
0cc58a0f98
|
@ -68,6 +68,7 @@ define KernelPackage/nf-conntrack
|
|||
KCONFIG:= \
|
||||
CONFIG_NETFILTER=y \
|
||||
CONFIG_NETFILTER_ADVANCED=y \
|
||||
CONFIG_NF_CONNTRACK_ZONES=y \
|
||||
$(KCONFIG_NF_CONNTRACK)
|
||||
FILES:=$(foreach mod,$(NF_CONNTRACK-m),$(LINUX_DIR)/net/$(mod).ko)
|
||||
AUTOLOAD:=$(call AutoProbe,$(notdir $(NF_CONNTRACK-m)))
|
||||
|
|
Loading…
Reference in New Issue