Re: [RFC PATCH 12/14] config: clamp ra_mtu into 1280-65535 range

2024-11-16 Thread Christian Marangi
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) >

[RFC PATCH 12/14] config: clamp ra_mtu into 1280-65535 range

2024-05-09 Thread Paul Donald
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 -