summaryrefslogtreecommitdiffstats
path: root/src/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.c')
-rw-r--r--src/table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table.c b/src/table.c
index c33f01c..4533e23 100644
--- a/src/table.c
+++ b/src/table.c
@@ -218,6 +218,7 @@ int nft_table_nlmsg_parse(const struct nlmsghdr *nlh, struct nft_table *t)
}
t->family = nfg->nfgen_family;
+ t->flags |= (1 << NFT_TABLE_ATTR_FAMILY);
return 0;
}