On Fri, Mar 23, 2007 at 04:35:31PM +0100, Jeremie Le Hen wrote: [...] > - We are using stock OpenBSD 4.0 for our test. [...] > Without running ifconfig(8) too often, the convergence time is a > few seconds but we managed to increase the delay up to 2 minutes > with this trick. This is fixed in 4.0-stable, which you really should be using. (see http://www.openbsd.org/errata40.html#m_dup1).
Either update via CVS or apply this patch: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/netinet6/in6.c.diff?r1=1.68&r2=1.68.2.1 Btw, you might consider using ifstated(8) instead of scripting sth w/ ifconfig(8).

