]> git.baikalelectronics.ru Git - kernel.git/commit
net: disable BRIDGE_NETFILTER by default
authorRoman Kiryanov <rkir@google.com>
Wed, 19 Feb 2020 21:40:06 +0000 (13:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Feb 2020 23:02:02 +0000 (15:02 -0800)
commitcf5c93c1570fbde154ea94b9d351c6cba4149b86
treea06c9375c9287c3f8e9ebef8f7e88ea60e8671b4
parent454e955d4c11f7c185d5b40f52d0524f49e88915
net: disable BRIDGE_NETFILTER by default

The description says 'If unsure, say N.' but
the module is built as M by default (once
the dependencies are satisfied).

When the module is selected (Y or M), it enables
NETFILTER_FAMILY_BRIDGE and SKB_EXTENSIONS
which alter kernel internal structures.

We (Android Studio Emulator) currently do not
use this module and think this it is more consistent
to have it disabled by default as opposite to
disabling it explicitly to prevent enabling
NETFILTER_FAMILY_BRIDGE and SKB_EXTENSIONS.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig