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

From: Hangbin Liu
Date: Wed Nov 13 2024 - 21:00:23 EST


On Wed, Nov 13, 2024 at 11:56:12AM -0800, Jakub Kicinski wrote:
> On Wed, 13 Nov 2024 12:51:52 +0000 Hangbin Liu wrote:
> > Add a test to check the temporary address could be added/removed
> > correctly when mngtempaddr is set or removed/unmanaged.
>
> Doesn't seem to work for us:
>
> # [+300.25] tempaddr not deleted for 2001:db8::1
> # [+0.16] tempaddr not deleted for 2003:db8::1
> # [+0.07] FAIL: mngtmpaddr add/remove incorrect
> not ok 1 selftests: net: rtnetlink.sh # exit=1

Is this tested with patched kernel or unpatched kernel. On my local side I got

# ./rtnetlink.sh -t kci_test_mngtmpaddr
PASS: mngtmpaddr add/remove correctly

Thanks
Hangbin