Bluetooth: Functions to modify WhiteList
[platform/kernel/linux-rpi.git] / net / netfilter / nft_tunnel.c
index 3b27926..2ee5099 100644 (file)
@@ -133,6 +133,7 @@ static const struct nft_expr_ops nft_tunnel_get_ops = {
 
 static struct nft_expr_type nft_tunnel_type __read_mostly = {
        .name           = "tunnel",
+       .family         = NFPROTO_NETDEV,
        .ops            = &nft_tunnel_get_ops,
        .policy         = nft_tunnel_policy,
        .maxattr        = NFTA_TUNNEL_MAX,