Skip to content
Snippets Groups Projects
Commit 03a50b90 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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

SVN-Revision: 35155
parent e0e3509b
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,7 @@ $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_TA ...@@ -76,8 +76,7 @@ $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_CONNTRACK_EXTRA,CONFIG_NETFILTER_XT_TA
# extra # 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_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_PHYSDEV, $(P_XT)xt_physdev))
$(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PKTTYPE, $(P_XT)xt_pkttype)) $(eval $(call nf_add,IPT_EXTRA,CONFIG_NETFILTER_XT_MATCH_PKTTYPE, $(P_XT)xt_pkttype))
......
...@@ -377,6 +377,7 @@ endef ...@@ -377,6 +377,7 @@ endef
define KernelPackage/ipt-extra/description define KernelPackage/ipt-extra/description
Other Netfilter (IPv4) kernel modules Other Netfilter (IPv4) kernel modules
Includes: Includes:
- addrtype
- owner - owner
- physdev (if bridge support was enabled in kernel) - physdev (if bridge support was enabled in kernel)
- pkttype - pkttype
......
...@@ -234,6 +234,7 @@ define Package/iptables-mod-extra/description ...@@ -234,6 +234,7 @@ define Package/iptables-mod-extra/description
Other extra iptables extensions. Other extra iptables extensions.
Matches: Matches:
- addrtype
- condition - condition
- owner - owner
- physdev (if ebtables is enabled) - physdev (if ebtables is enabled)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment