aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-07-08 02:37:07 -0700
committerDavid S. Miller <davem@davemloft.net>2008-07-08 02:37:07 -0700
commit58de7862e61cb71251a25314d1b3d7260af1448a (patch)
tree2cd5b2aee05ee02b44361ee59b4e8050c2c76446 /net/bridge/netfilter/Kconfig
parentcdf060a5d3c2afc7998af94b26a6c5182419e071 (diff)
downloadkernel_samsung_smdk4412-58de7862e61cb71251a25314d1b3d7260af1448a.zip
kernel_samsung_smdk4412-58de7862e61cb71251a25314d1b3d7260af1448a.tar.gz
kernel_samsung_smdk4412-58de7862e61cb71251a25314d1b3d7260af1448a.tar.bz2
netfilter: ebt_nflog: fix Kconfig typo
The help text should refer to nflog instead of ulog. Noticed by Krzysztof Halasa <khc@pm.waw.pl>. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/netfilter/Kconfig')
-rw-r--r--net/bridge/netfilter/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig
index 540df41..9094797 100644
--- 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 ulog watcher, that you can use in any rule
+ This option adds the nflog 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.