Re: [PATCH net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

2024-11-15 Thread Sam Edwards
On Thu, Nov 14, 2024 at 12:46 AM Hangbin Liu wrote: > > Hi Sam, > > On Wed, Nov 13, 2024 at 12:43:00PM -0800, Sam Edwards wrote: > > > +# If the mngtmpaddr or tempaddr missing, return 0 and stop waiting > > > +check_tempaddr_exists() > > &

Re: [PATCH net 1/2] net/ipv6: delete temporary address if mngtmpaddr is removed or un-mngtmpaddr

2024-11-15 Thread Sam Edwards
On Wed, Nov 13, 2024 at 11:38 PM Hangbin Liu wrote: > > On Wed, Nov 13, 2024 at 01:03:13PM -0800, Sam Edwards wrote: > > On Wed, Nov 13, 2024 at 4:52 AM Hangbin Liu wrote: > > > > > > RFC8981 section 3.4 says that existing temporary addresses must have their >

Re: [PATCH net 1/2] net/ipv6: delete temporary address if mngtmpaddr is removed or un-mngtmpaddr

2024-11-13 Thread Sam Edwards
On Wed, Nov 13, 2024 at 4:52 AM Hangbin Liu wrote: > > RFC8981 section 3.4 says that existing temporary addresses must have their > lifetimes adjusted so that no temporary addresses should ever remain "valid" > or "preferred" longer than the incoming SLAAC Prefix Information. This would > strongly

Re: [PATCH net 2/2] selftests/rtnetlink.sh: add mngtempaddr test

2024-11-13 Thread Sam Edwards
On Wed, Nov 13, 2024 at 4:52 AM Hangbin Liu wrote: > > Add a test to check the temporary address could be added/removed > correctly when mngtempaddr is set or removed/unmanaged. > > Suggested-by: Sam Edwards > Signed-off-by: Hangbin Liu > --- Hi Hangbin, Ahh, you beat me