• Roman Kiryanov's avatar
    net: disable BRIDGE_NETFILTER by default · 98bda63e
    Roman Kiryanov authored
    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: default avatarRoman Kiryanov <rkir@google.com>
    Acked-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    98bda63e
Kconfig 14.1 KB