Commit 58de7862e61cb71251a25314d1b3d7260af1448a

Authored by Patrick McHardy
Committed by David S. Miller
1 parent cdf060a5d3

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

net/bridge/netfilter/Kconfig
... ... @@ -230,7 +230,7 @@
230 230 either the old LOG target, the old ULOG target or nfnetlink_log
231 231 as backend.
232 232  
233   - This option adds the ulog watcher, that you can use in any rule
  233 + This option adds the nflog watcher, that you can use in any rule
234 234 in any ebtables table.
235 235  
236 236 To compile it as a module, choose M here. If unsure, say N.