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)
commit43bc9bd67ea20c5bebda5bce6e6478610b0c330b
tree8ee7ad5dbe3709b57c489f264650bb2021772ddc
parentc4cf2bc0d2c97214e41b44b2b05cedc7093ccbbd
parent429b55b441f3eb747425f87c8f194d4313692c41
Merge branch 'ipv6-update-route-when-delete-saddr'

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>