Merge branch 'ipv6-update-route-when-delete-saddr'
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2023 14:27:22 +0000 (15:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Aug 2023 14:27:22 +0000 (15:27 +0100)
Hangbin Liu says:

====================
ipv6: update route when delete source address

Currently, when remove an address, the IPv6 route will not remove the
prefer source address when the address is bond to other device. Fix this
issue and add related tests as Ido and David suggested.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge