X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/031c5bb6cba3692bfbd2d5c26f1cad6e6c6699c7..8e5950efc511109ddec21ade83a11461e98a5088:/include/netfilter.mk diff --git a/include/netfilter.mk b/include/netfilter.mk index 8f57839c8..60b4826eb 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -177,6 +177,7 @@ $(eval $(call nf_add,IPT_IPSEC,CONFIG_NETFILTER_XT_MATCH_POLICY, $(P_XT)xt_polic # IPv6 # kernel only +$(eval $(if $(NF_KMOD),$(call nf_add,IPT_IPV6,CONFIG_NF_DEFRAG_IPV6, $(P_V6)nf_defrag_ipv6),)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_IPV6,CONFIG_NF_CONNTRACK_IPV6, $(P_V6)nf_conntrack_ipv6),)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_IPV6,CONFIG_IP6_NF_IPTABLES, $(P_V6)ip6_tables),)) $(eval $(if $(NF_KMOD),$(call nf_add,IPT_IPV6,CONFIG_IP6_NF_FILTER, $(P_V6)ip6table_filter),))