Re: slaacd: wait for non-tentative link local address

2022-01-01 Thread Florian Obser
ping On 2021-12-27 16:20 +01, Florian Obser wrote: > Wait for the link-local address to become non-tentative. > Otherwise we just end up with an ugly "Can't assign requested address" > error from sendmsg(2). > > OK? > > diff --git frontend.c frontend.c > index b3be6c3fe98..3bbe3656dd3 100644 > ---

slaacd: wait for non-tentative link local address

2021-12-27 Thread Florian Obser
Wait for the link-local address to become non-tentative. Otherwise we just end up with an ugly "Can't assign requested address" error from sendmsg(2). OK? diff --git frontend.c frontend.c index b3be6c3fe98..3bbe3656dd3 100644 --- frontend.c +++ frontend.c @@ -75,6 +75,7 @@ struct iface {