summaryrefslogtreecommitdiffstats
path: root/src/netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/netlink.c')
-rw-r--r--src/netlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/netlink.c b/src/netlink.c
index e59e2977..feaea19a 100644
--- a/src/netlink.c
+++ b/src/netlink.c
@@ -986,6 +986,8 @@ static const struct datatype *dtype_map_from_kernel(enum nft_data_types type)
case NFT_DATA_VERDICT:
return &verdict_type;
default:
+ if (type & ~TYPE_MASK)
+ return concat_type_alloc(type);
return datatype_lookup(type);
}
}