projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
netfilter: nf_tables: missing iterator type in lookup walk
[linux.git]
/
net
/
netfilter
/
nft_lookup.c
diff --git
a/net/netfilter/nft_lookup.c
b/net/netfilter/nft_lookup.c
index a0055f510e31e9b77526a11c66c565b973897706..b314ca728a2912da717995840ef3dc337eace815 100644
(file)
--- a/
net/netfilter/nft_lookup.c
+++ b/
net/netfilter/nft_lookup.c
@@
-216,6
+216,7
@@
static int nft_lookup_validate(const struct nft_ctx *ctx,
return 0;
iter.genmask = nft_genmask_next(ctx->net);
+ iter.type = NFT_ITER_UPDATE;
iter.skip = 0;
iter.count = 0;
iter.err = 0;
This page took
0.030972 seconds
and
4
git commands to generate.