projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf060a
)
netfilter: ebt_nflog: fix Kconfig typo
author
Patrick McHardy
<
[email protected]
>
Tue, 8 Jul 2008 09:37:07 +0000
(
02:37
-0700)
committer
David S. Miller
<
[email protected]
>
Tue, 8 Jul 2008 09:37:07 +0000
(
02:37
-0700)
The help text should refer to nflog instead of ulog. Noticed by
Krzysztof Halasa <
[email protected]
>.
Signed-off-by: Patrick McHardy <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/bridge/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/bridge/netfilter/Kconfig
b/net/bridge/netfilter/Kconfig
index 540df4106bec3164d516be36fa4f1732bb9cf2de..909479794999df06c015914542c834ddadd534cb 100644
(file)
--- a/
net/bridge/netfilter/Kconfig
+++ b/
net/bridge/netfilter/Kconfig
@@
-230,7
+230,7
@@
config BRIDGE_EBT_NFLOG
either the old LOG target, the old ULOG target or nfnetlink_log
as backend.
- This option adds the
u
log watcher, that you can use in any rule
+ This option adds the
nf
log watcher, that you can use in any rule
in any ebtables table.
To compile it as a module, choose M here. If unsure, say N.