Re: ospf6d: prevent additional ospf6d from starting

2018-09-01 Thread Sebastian Benoit
Remi Locherer(remi.loche...@relo.ch) on 2018.08.31 15:49:32 +0200: > Hi, > > this is the adaption of the recent ospfd commit to ospf6d. > > Early in the startup the main process checks if another process is listening > on the control socket and exits if that is the case. Otherwise the master > pr

ospf6d: prevent additional ospf6d from starting

2018-08-31 Thread Remi Locherer
Hi, this is the adaption of the recent ospfd commit to ospf6d. Early in the startup the main process checks if another process is listening on the control socket and exits if that is the case. Otherwise the master process opens the control socket and passes it on to the ospf engine. OK? Remi