Re: vmd(8) sends global config too late

2018-03-10 Thread Carlos Cardenas
On Fri, Mar 09, 2018 at 07:06:44PM +0100, Martijn van Duren wrote: > Hello Carlos, > > On 02/22/18 03:30, Carlos Cardenas wrote: > > On Wed, Feb 21, 2018 at 11:27:05PM +0100, Martijn van Duren wrote: > >> Hello tech@, > >> > >> When playing around with local prefix in vm.conf(5) I noticed that it

Re: vmd(8) sends global config too late

2018-03-09 Thread Martijn van Duren
Hello Carlos, On 02/22/18 03:30, Carlos Cardenas wrote: > On Wed, Feb 21, 2018 at 11:27:05PM +0100, Martijn van Duren wrote: >> Hello tech@, >> >> When playing around with local prefix in vm.conf(5) I noticed that it >> wasn't picked up by my vm. The reason for this was that config_setvm was >> ca

Re: vmd(8) sends global config too late

2018-02-21 Thread Carlos Cardenas
On Wed, Feb 21, 2018 at 11:27:05PM +0100, Martijn van Duren wrote: > Hello tech@, > > When playing around with local prefix in vm.conf(5) I noticed that it > wasn't picked up by my vm. The reason for this was that config_setvm was > called before config_setconfig. Diff below fixes this. > > OK? >

vmd(8) sends global config too late

2018-02-21 Thread Martijn van Duren
Hello tech@, When playing around with local prefix in vm.conf(5) I noticed that it wasn't picked up by my vm. The reason for this was that config_setvm was called before config_setconfig. Diff below fixes this. OK? martijn@ Index: vmd.c ==