From 080655c4c25ca48aca796c0943376a1ba850ea17 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 1 Feb 2026 15:57:09 +0300 Subject: [PATCH] nfqws2: copy b_filter_l3 --- nfq2/params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nfq2/params.c b/nfq2/params.c index d855ed7..439918b 100644 --- a/nfq2/params.c +++ b/nfq2/params.c @@ -430,6 +430,7 @@ bool dp_copy(struct desync_profile *to, const struct desync_profile *from) { to->filter_ipv4 = from->filter_ipv4; to->filter_ipv6 = from->filter_ipv6; + to->b_filter_l3 = true; } // copy dynamic structures