Re: [PATCH v2 6/9] router: Apply updated values from RFC8319 (updates RFC4861) to RA/ND

2024-04-08 Thread Paul D
On 2024-04-06 12:05, Jonas Gorski wrote: > Hi, You're right on all counts. I separated out the value clamping and config values to another patch-set. Thanks for your sharp eyes. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [PATCH v2 6/9] router: Apply updated values from RFC8319 (updates RFC4861) to RA/ND

2024-04-06 Thread Jonas Gorski
Hi, On Fri, 5 Apr 2024 at 13:11, Paul Donald wrote: > > From: Paul Donald > > https://www.rfc-editor.org/rfc/rfc8319#section-4 > > Signed-off-by: Paul Donald > Reviewed-by: Daniel Golle > --- > src/router.c | 6 -- > src/router.h | 21 - > 2 files changed, 24

[PATCH v2 6/9] router: Apply updated values from RFC8319 (updates RFC4861) to RA/ND

2024-04-05 Thread Paul Donald
From: Paul Donald https://www.rfc-editor.org/rfc/rfc8319#section-4 Signed-off-by: Paul Donald Reviewed-by: Daniel Golle --- src/router.c | 6 -- src/router.h | 21 - 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/router.c b/src/router.c index