projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367c679
)
netfilter: ip6tables: fix name of hopbyhop in Kconfig
author
Jan Engelhardt
<jengelh@medozas.de>
Wed, 8 Oct 2008 09:35:17 +0000
(11:35 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Wed, 8 Oct 2008 09:35:17 +0000
(11:35 +0200)
The module is called hbh, not hopbyhop.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/netfilter/Kconfig
b/net/ipv6/netfilter/Kconfig
index 0cfcce7b18d8105b46aab7d9f45f4fa9eb1c8364..f24432462be8934ac3ea17b252593f2e2d4b0420 100644
(file)
--- 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 '"h
opbyhop"
and "dst" opts header match support'
+ tristate '"h
bh" hop-by-hop
and "dst" opts header match support'
depends on IP6_NF_IPTABLES
depends on NETFILTER_ADVANCED
help