aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-10-08 11:35:17 +0200
committerPatrick McHardy <kaber@trash.net>2008-10-08 11:35:17 +0200
commit77d7358995489bf354fb4f65f4528e47980ffb08 (patch)
tree7ff6074f077e58b6943577b2203757002737cdc4 /net
parentnetfilter: xtables: do centralized checkentry call (1/2) (diff)
downloadlinux-dev-77d7358995489bf354fb4f65f4528e47980ffb08.tar.xz
linux-dev-77d7358995489bf354fb4f65f4528e47980ffb08.zip
netfilter: ip6tables: fix name of hopbyhop in Kconfig
The module is called hbh, not hopbyhop. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index 0cfcce7b18d8..f24432462be8 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -67,7 +67,7 @@ config IP6_NF_MATCH_RT
To compile it as a module, choose M here. If unsure, say N.
config IP6_NF_MATCH_OPTS
- tristate '"hopbyhop" and "dst" opts header match support'
+ tristate '"hbh" hop-by-hop and "dst" opts header match support'
depends on IP6_NF_IPTABLES
depends on NETFILTER_ADVANCED
help