Update On Mon Apr 8 20:31:02 CEST 2024

This commit is contained in:
github-action[bot]
2024-04-08 20:31:02 +02:00
parent 258ae1804d
commit 1575b4ea15
517 changed files with 32765 additions and 7658 deletions
@@ -570,6 +570,8 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
+ if (!nf_ct_is_confirmed(ct))
+ return XT_CONTINUE;
+
+ dir = CTINFO2DIR(ctinfo);
+
+ devs[dir] = xt_out(par);
+ devs[!dir] = xt_in(par);
+
@@ -579,8 +581,6 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
+ if (test_and_set_bit(IPS_OFFLOAD_BIT, &ct->status))
+ return XT_CONTINUE;
+
+ dir = CTINFO2DIR(ctinfo);
+
+ if (xt_flowoffload_route(skb, ct, par, &route, dir, devs) < 0)
+ goto err_flow_route;
+