diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-30 14:54:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-30 14:54:28 +0000 |
commit | ea3fc57b084b5d44282d29494a67e49e0ec43978 (patch) | |
tree | 04e3c6a781d8cddc85e31de07f6f5df019498e9a /include | |
parent | 3bce669a846eba8f3e38817d060207cee1c4b65d (diff) | |
download | upstream-ea3fc57b084b5d44282d29494a67e49e0ec43978.tar.gz upstream-ea3fc57b084b5d44282d29494a67e49e0ec43978.tar.bz2 upstream-ea3fc57b084b5d44282d29494a67e49e0ec43978.zip |
netfilter dscp target/match is now in xtables
SVN-Revision: 7407
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 1758b1cc54..0eba20b933 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -59,7 +59,9 @@ IPT_IPOPT-m := IPT_IPOPT-$(CONFIG_IP_NF_TARGET_CLASSIFY) += $(P_V4)ipt_CLASSIFY IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_CLASSIFY) += $(P_XT)xt_CLASSIFY IPT_IPOPT-$(CONFIG_IP_NF_MATCH_DSCP) += $(P_V4)ipt_dscp +IPT_IPOPT-$(CONFIG_NETFILTER_XT_MATCH_DSCP) += $(P_V4)ipt_dscp IPT_IPOPT-$(CONFIG_IP_NF_TARGET_DSCP) += $(P_V4)ipt_DSCP +IPT_IPOPT-$(CONFIG_NETFILTER_XT_TARGET_DSCP) += $(P_V4)ipt_DSCP IPT_IPOPT-$(CONFIG_IP_NF_MATCH_ECN) += $(P_V4)ipt_ecn IPT_IPOPT-$(CONFIG_IP_NF_TARGET_ECN) += $(P_V4)ipt_ECN IPT_IPOPT-$(CONFIG_IP_NF_MATCH_LENGTH) += $(P_V4)ipt_length |