|
@@ -76,11 +76,11 @@ config IP_NF_MATCH_AH
|
|
|
config IP_NF_MATCH_ECN
|
|
|
tristate '"ecn" match support'
|
|
|
depends on NETFILTER_ADVANCED
|
|
|
- help
|
|
|
- This option adds a `ECN' match, which allows you to match against
|
|
|
- the IPv4 and TCP header ECN fields.
|
|
|
-
|
|
|
- To compile it as a module, choose M here. If unsure, say N.
|
|
|
+ select NETFILTER_XT_MATCH_ECN
|
|
|
+ ---help---
|
|
|
+ This is a backwards-compat option for the user's convenience
|
|
|
+ (e.g. when running oldconfig). It selects
|
|
|
+ CONFIG_NETFILTER_XT_MATCH_ECN.
|
|
|
|
|
|
config IP_NF_MATCH_RPFILTER
|
|
|
tristate '"rpfilter" reverse path filter match support'
|