mbox series

[PATCHv7,net-next,0/2] ipv6: update route when delete source address

Message ID 20230818082902.1972738-1-liuhangbin@gmail.com (mailing list archive)
Headers show
Series ipv6: update route when delete source address | expand

Message

Hangbin Liu Aug. 18, 2023, 8:29 a.m. UTC
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.

Hangbin Liu (2):
  ipv6: do not match device when remove source route
  selftests: fib_test: add a test case for IPv6 source address delete

 net/ipv6/route.c                         |   7 +-
 tools/testing/selftests/net/fib_tests.sh | 152 ++++++++++++++++++++++-
 2 files changed, 153 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 20, 2023, 6:13 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri, 18 Aug 2023 16:29:00 +0800 you wrote:
> 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.
> 
> Hangbin Liu (2):
>   ipv6: do not match device when remove source route
>   selftests: fib_test: add a test case for IPv6 source address delete
> 
> [...]

Here is the summary with links:
  - [PATCHv7,net-next,1/2] ipv6: do not match device when remove source route
    https://git.kernel.org/netdev/net-next/c/b358f57f7db6
  - [PATCHv7,net-next,2/2] selftests: fib_test: add a test case for IPv6 source address delete
    https://git.kernel.org/netdev/net-next/c/429b55b441f3

You are awesome, thank you!