netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
[ Upstream commitad81d4daf6] filter->orig_flags was used for a reply context. Fixes:cb8aa9a3af("netfilter: ctnetlink: add kernel side filtering for dump") Signed-off-by: Florent Fourcot <florent.fourcot@wifirst.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a8a917058f
commit
a3d829e5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -973,7 +973,7 @@ ctnetlink_alloc_filter(const struct nlattr * const cda[], u8 family)
|
|||
CTA_TUPLE_REPLY,
|
||||
filter->family,
|
||||
&filter->zone,
|
||||
filter->orig_flags);
|
||||
filter->reply_flags);
|
||||
if (err < 0) {
|
||||
err = -EINVAL;
|
||||
goto err_filter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue