Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-20 Thread Henry Bonath
Thanks Stuart. I did some more digging and found that salt itself was the culprit. In my formula, I had a state to write out /etc/rc.conf.local followed by a state to start the ospf2d service. I created the state for /etc/rc.conf.local, as a file.managed state, not understanding that the service.r

Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-20 Thread Stuart Henderson
On 2019-02-19, Henry Bonath wrote: > --- /var/backups/etc_rc.conf.local.current Wed Jan 16 01:30:06 2019 > +++ /etc/rc.conf.local Fri Feb 15 13:05:17 2019 > @@ -1,9 +1,7 @@ > bgpd_flags= > ldpd_flags= > -ospf2d_flags=-f /etc/ospf2d.conf > ospf2d_rtable=2 > ospfd_flags= > pf=NO > pkg_sc

Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Henry Bonath
t; To: "misc" >> Sent: Tuesday, February 19, 2019 2:03:31 PM >> Subject: Multiple instances of OSPFD in different RDomains - rcctl behavior > >> Hello, I am seeing some strange behavior with my /etc/rc.conf.local >> regarding my configuration for running two ins

Re: Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Scott Reese
- Original Message - > From: "Henry Bonath" > To: "misc" > Sent: Tuesday, February 19, 2019 2:03:31 PM > Subject: Multiple instances of OSPFD in different RDomains - rcctl behavior > Hello, I am seeing some strange behavior with my /etc/rc.conf.loc

Multiple instances of OSPFD in different RDomains - rcctl behavior

2019-02-19 Thread Henry Bonath
Hello, I am seeing some strange behavior with my /etc/rc.conf.local regarding my configuration for running two instances of OSPFD in different RDomains. The way I have this configured, is I have a symlink: /etc/rc.d/ospf2d -> /etc/rc.d/ospfd so that the ospfd that runs in rdomain 2 has its own ent