netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)

SVN-Revision: 35155
This commit is contained in:
Jo-Philipp Wich 2013-01-14 16:12:56 +00:00
parent e0e3509b5c
commit 03a50b9087
3 changed files with 3 additions and 2 deletions

View File

@ -76,8 +76,7 @@ $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_TA
# extra
# kernel only
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_ADDRTYPE, $(if $(NF_KMOD),$(P_XT)xt_addrtype,$(P_XT)ipt_addrtype)))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_OWNER, $(P_XT)xt_owner))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PHYSDEV, $(P_XT)xt_physdev))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PKTTYPE, $(P_XT)xt_pkttype))

View File

@ -377,6 +377,7 @@ endef
define KernelPackage/ipt-extra/description
Other Netfilter (IPv4) kernel modules
Includes:
- addrtype
- owner
- physdev (if bridge support was enabled in kernel)
- pkttype

View File

@ -234,6 +234,7 @@ define Package/iptables-mod-extra/description
Other extra iptables extensions.
Matches:
- addrtype
- condition
- owner
- physdev (if ebtables is enabled)