Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58de7862 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

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: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent cdf060a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.