aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 882b842c25d..ebbd644fa8c 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -272,12 +272,12 @@ config IP_NF_MATCH_DSCP
272 272
273 To compile it as a module, choose M here. If unsure, say N. 273 To compile it as a module, choose M here. If unsure, say N.
274 274
275config IP_NF_MATCH_AH_ESP 275config IP_NF_MATCH_AH
276 tristate "AH/ESP match support" 276 tristate "AH match support"
277 depends on IP_NF_IPTABLES 277 depends on IP_NF_IPTABLES
278 help 278 help
279 These two match extensions (`ah' and `esp') allow you to match a 279 This match extension allows you to match a range of SPIs
280 range of SPIs inside AH or ESP headers of IPSec packets. 280 inside AH header of IPSec packets.
281 281
282 To compile it as a module, choose M here. If unsure, say N. 282 To compile it as a module, choose M here. If unsure, say N.
283 283