mbox series

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

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

Message

Hangbin Liu Aug. 16, 2023, 6:07 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 | 163 ++++++++++++++++++++++-
 2 files changed, 164 insertions(+), 6 deletions(-)