On Fri, May 10, 2024 at 12:30:44AM +0200, Paul Donald wrote:
> From: Paul Donald
>
> (ipv6 packets can be up to 4GB in size...)
>
> The old logic had a logic error of || instead of &&
I would ask you to move the fix in a dedicated patch separate from this
series (so I can merge it quicker)
>
From: Paul Donald
(ipv6 packets can be up to 4GB in size...)
The old logic had a logic error of || instead of &&
Signed-off-by: Paul Donald
---
src/config.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/config.c b/src/config.c
index 160d7db..f4eaa3b 100644
-