diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-19 01:36:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-19 01:36:47 +0000 |
commit | 15c4e22d31c1d46a5fd19823499b812c2629dbaa (patch) | |
tree | a39b6d9d1264d3d6dece98fb7076015c4af6753a /include | |
parent | 31cfd93be4261e7bc0d3577e4c85d39d73ccf881 (diff) | |
download | mtk-20170518-15c4e22d31c1d46a5fd19823499b812c2629dbaa.zip mtk-20170518-15c4e22d31c1d46a5fd19823499b812c2629dbaa.tar.gz mtk-20170518-15c4e22d31c1d46a5fd19823499b812c2629dbaa.tar.bz2 |
netfilter: add support for raw table and NOTRACK target (#5504)
SVN-Revision: 19721
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 9eeee4f..c834793 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -91,6 +91,7 @@ $(eval $(if $(NF_KMOD),$(call nf_add,IPT_CONNTRACK,CONFIG_NF_CONNTRACK_IPV4, $(P $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_MATCH_STATE, $(P_V4)ipt_state)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_MATCH_STATE, $(P_XT)xt_state)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_RAW, $(P_V4)iptable_raw)) +$(eval $(call nf_add,IPT_CONNTRACK,CONFIG_IP_NF_TARGET_NOTRACK, $(P_V4)ipt_NOTRACK)) $(eval $(call nf_add,IPT_CONNTRACK,CONFIG_NETFILTER_XT_TARGET_NOTRACK, $(P_XT)xt_NOTRACK)) |