Re: [PATCH net-next v6 2/2] selftests: fib_tests: Add a test case for IPv6 garbage collection
From: David Ahern <dsahern@kernel.org>
Date: 2023-08-11 15:11:00
From: David Ahern <dsahern@kernel.org>
Date: 2023-08-11 15:11:00
On 8/8/23 12:03 PM, thinker.li@gmail.com wrote:
From: Kui-Feng Lee <redacted> Add 1000 IPv6 routes with expiration time (w/ and w/o additional 5000 permanet routes in the background.) Wait for a few seconds to make sure they are removed correctly. The expected output of the test looks like the following example.quoted
Fib6 garbage collection test TEST: ipv6 route garbage collection [ OK ]Signed-off-by: Kui-Feng Lee <redacted> --- tools/testing/selftests/net/fib_tests.sh | 72 +++++++++++++++++++++++- 1 file changed, 69 insertions(+), 3 deletions(-)
Reviewed-by: David Ahern <dsahern@kernel.org>