finalize r22241 fixes
SVN-Revision: 22242
This commit is contained in:
		| @@ -114,9 +114,10 @@ $(eval $(call nf_add,IPT_IMQ,CONFIG_NETFILTER_XT_TARGET_IMQ, $(P_XT)xt_IMQ)) | ||||
|  | ||||
| # ipopt | ||||
|  | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_MATCH_DSCP, $(P_V4)ipt_dscp)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_DSCP, $(P_V4)ipt_DSCP)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_DSCP, $(P_XT)xt_dscp)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_DSCP, $(P_XT)xt_DSCP)) | ||||
| $(eval $(call nf_add,IPT_HASHLIMIT,CONFIG_NETFILTER_XT_MATCH_HASHLIMIT, $(P_XT)xt_hashlimit))  | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_MATCH_ECN, $(P_V4)ipt_ecn)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_MATCH_LENGTH, $(P_V4)ipt_length)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_LENGTH, $(P_XT)xt_length)) | ||||
| @@ -131,7 +132,7 @@ $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_MATCH_UNCLEAN, $(P_V4)ipt_unclean)) | ||||
|  | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_CLASSIFY, $(P_V4)ipt_CLASSIFY )) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_CLASSIFY, $(P_XT)xt_CLASSIFY)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_DSCP, $(P_V4)ipt_DSCP)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_MATCH_DSCP, $(P_V4)ipt_dscp)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_ECN, $(P_V4)ipt_ECN)) | ||||
| $(eval $(call nf_add,IPT_IPOPT,CONFIG_IP_NF_TARGET_MARK, $(P_V4)ipt_MARK)) | ||||
| ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.35)),1) | ||||
| @@ -282,7 +283,6 @@ $(eval $(call nf_add,IPT_ULOG,CONFIG_IP_NF_TARGET_ULOG, $(P_V4)ipt_ULOG)) | ||||
| $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_MATCH_SOCKET, $(P_XT)xt_socket)) | ||||
| $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_TARGET_TPROXY, $(P_XT)xt_TPROXY)) | ||||
|  | ||||
|  | ||||
| # | ||||
| # ebtables | ||||
| # | ||||
|   | ||||
| @@ -197,7 +197,7 @@ endef | ||||
| define Package/iptables-mod-hashlimit/description | ||||
| iptables extensions for hashlimit matching | ||||
| Includes: | ||||
| - libxt_hashlimit | ||||
| - libipt_hashlimit | ||||
| endef | ||||
|  | ||||
| define Package/iptables-mod-iprange | ||||
|   | ||||
| @@ -514,11 +514,12 @@ endef | ||||
| $(eval $(call KernelPackage,nf-conntrack-netlink)) | ||||
|  | ||||
| define KernelPackage/ipt-hashlimit | ||||
| $(call KernelPackage/ipt/Depends,) | ||||
|   SUBMENU:=$(NF_MENU) | ||||
|   TITLE:=Netfilter hashlimit match | ||||
|   FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.ko | ||||
|   KCONFIG:=$(KCONFIG_IPT_HASHLIMIT) | ||||
|   FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.ko | ||||
|   AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit) | ||||
|   $(call KernelPackage/ipt) | ||||
| endef | ||||
|  | ||||
| define KernelPackage/ipt-hashlimit/description | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexandros C. Couloumbis
					Alexandros C. Couloumbis