]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/netfilter/br_netfilter.h
netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
[karo-tx-linux.git] / include / net / netfilter / br_netfilter.h
index bab824bde92cabccb025a7de9030d033be1ffd7e..d4c6b5f30acd936d863b1a5a5e89ef2443ad3943 100644 (file)
@@ -59,7 +59,7 @@ static inline unsigned int
 br_nf_pre_routing_ipv6(const struct nf_hook_ops *ops, struct sk_buff *skb,
                       const struct nf_hook_state *state)
 {
-       return NF_DROP;
+       return NF_ACCEPT;
 }
 #endif