Author: cyrus Date: 2014-09-18 16:53:26 +0200 (Thu, 18 Sep 2014) New Revision: 42611
Modified: trunk/include/netfilter.mk Log: netfilter: fix a typo in TTL-match module Modified: trunk/include/netfilter.mk =================================================================== --- trunk/include/netfilter.mk 2014-09-18 12:05:12 UTC (rev 42610) +++ trunk/include/netfilter.mk 2014-09-18 14:53:26 UTC (rev 42611) @@ -117,7 +117,7 @@ # userland only $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_DSCP, xt_tos))) $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_DSCP, xt_TOS))) -$(eval $(if $(NF_KMOD),,$(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_HL, ipt_ttl))) +$(eval $(if $(NF_KMOD),,$(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_HL, ipt_ttl))) $(eval $(if $(NF_KMOD),,$(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_HL, ipt_TTL))) $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_MATCH_HL, $(P_XT)xt_hl)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
