Skip to content
Commit 48bd0d68 authored by Leonardo Bras's avatar Leonardo Bras Committed by Pablo Neira Ayuso
Browse files

netfilter: bridge: Drops IPv6 packets if IPv6 module is not loaded



A kernel panic can happen if a host has disabled IPv6 on boot and have to
process guest packets (coming from a bridge) using it's ip6tables.

IPv6 packets need to be dropped if the IPv6 module is not loaded, and the
host ip6tables will be used.

Signed-off-by: default avatarLeonardo Bras <leonardo@linux.ibm.com>
Acked-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent e33b4325
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment