]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'ipv6-fix-temporary-address-not-removed-correctly'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 26 Nov 2024 09:29:14 +0000 (10:29 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Nov 2024 09:29:14 +0000 (10:29 +0100)
commit82159e6ab409bd7c3de4fafdc27d64a58bcb154a
tree9dbab4edaadb07b093b882086d1752a54a3ab304
parent59c5e1411a0a13ebb930f4ebba495cc4eb14f8f2
parentf6e1dcd6444485356d1df9d29df702acc7bba00c
Merge branch 'ipv6-fix-temporary-address-not-removed-correctly'

Hangbin Liu says:

====================
ipv6: fix temporary address not removed correctly

Currently the temporary address is not removed when mngtmpaddr is deleted
or becomes unmanaged. The patch set fixed this issue and add a related
test.

v2:
1) delete the tempaddrs directly instead of remove them in  addrconf_verify_rtnl(Sam Edwards)
2) Update the test case by checking the address including, add Sam in SOB (Sam Edwards)
====================

Link: https://patch.msgid.link/20241120095108.199779-1-liuhangbin@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>