Re: slaacd(8): changing rdomain

2020-11-27 Thread Theo Buehler
On Fri, Nov 27, 2020 at 09:34:59PM +0100, Florian Obser wrote: > > Handle the case of an autoconf interface changing its rdomain. > > To avoide code duplication have get_icmp6ev_by_rdomain() either return > an existing icmp6ev in the correct rdomain or allocate one. > > OK? ok tb. > > diff

slaacd(8): changing rdomain

2020-11-27 Thread Florian Obser
Handle the case of an autoconf interface changing its rdomain. To avoide code duplication have get_icmp6ev_by_rdomain() either return an existing icmp6ev in the correct rdomain or allocate one. OK? diff --git frontend.c frontend.c index 3bf418ba31e..624ff5562f3 100644 --- frontend.c +++