mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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>
This commit is contained in:
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
Block a user