Re: [PATCH net-next] selftest: add selftest for anycast notifications

2025-06-18 Thread Yuyang Huang
Thanks for the review feedback, I will move the clean up to a seaparte patch. On Thu, Jun 19, 2025 at 3:20 AM Simon Horman wrote: > > On Wed, Jun 18, 2025 at 07:40:25PM +0900, Yuyang Huang wrote: > > This commit adds a new kernel selftest to verify RTNLGRP_IPV6_ACADDR > > notifications. The test

Re: [PATCH net-next] selftest: add selftest for anycast notifications

2025-06-18 Thread Simon Horman
On Wed, Jun 18, 2025 at 07:40:25PM +0900, Yuyang Huang wrote: > This commit adds a new kernel selftest to verify RTNLGRP_IPV6_ACADDR > notifications. The test works by adding/removing a dummy interface, > enabling packet forwarding, and then confirming that user space can > correctly receive anycas

[PATCH net-next] selftest: add selftest for anycast notifications

2025-06-18 Thread Yuyang Huang
This commit adds a new kernel selftest to verify RTNLGRP_IPV6_ACADDR notifications. The test works by adding/removing a dummy interface, enabling packet forwarding, and then confirming that user space can correctly receive anycast notifications. The test relies on the iproute2 version to be 6.13+.