[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <33ceb9b576c98cf0fae1d37a3a95f534975410a6.camel@redhat.com>
Date: Fri, 03 Jun 2022 19:13:49 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: Sam Edwards <cfsworks@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
David Ahern <dsahern@...nel.org>,
Linux Network Development Mailing List
<netdev@...r.kernel.org>
Subject: Re: [PATCH v2] ipv6/addrconf: fix timing bug in tempaddr regen
On Thu, 2022-06-02 at 23:02 -0600, Sam Edwards wrote:
> Since this is a periodic routine, it receives coverage as the system
> runs normally. If we're concerned about protecting this change from
> regressions and/or through the merge process, some kind of automated
> test might be in order, but right now the way to test it is to leave
> the system up, with tempaddrs enabled, on a IPv6 SLAAC network, for
> several multiples of the temp_prefered_lft.
It does not look easy, but you could use kunit to create e.g. a
temporary address on the loopback device with the critical expiration
time setting and check that it's deleted in due time - possibly after
tuning the defaults to a reasonably short period.
The above will additionally open-up opportunities for more autoconf
tests.
Up to your good will ;)
Thanks
Paolo
Powered by blists - more mailing lists