diff options
-rw-r--r-- | net/netfilter/nf_tables_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index 1addc401ff7d..f87314c6dcc4 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c | |||
@@ -4946,6 +4946,8 @@ static int nf_tables_flowtable_parse_hook(const struct nft_ctx *ctx, | |||
4946 | goto err1; | 4946 | goto err1; |
4947 | } | 4947 | } |
4948 | 4948 | ||
4949 | flowtable->hooknum = hooknum; | ||
4950 | flowtable->priority = priority; | ||
4949 | flowtable->ops = ops; | 4951 | flowtable->ops = ops; |
4950 | flowtable->ops_len = n; | 4952 | flowtable->ops_len = n; |
4951 | 4953 | ||