On Sun, Jun 7, 2020 at 5:00 AM Ricardo Pereira via Bsdrp-users < [email protected]> wrote:
> How can I disable some frr daemons on the BSD Router? > > How do I disable the daemons that I will not use in FRR on BSD Router? Is > it possible to disable them? > > Hi, the list of deamons to run are defined into the RC variable "frr_daemons". The default value found into file /usr/local/etc/rc.d/frr, shows this: frr_daemons:="zebra ripd ripngd ospfd ospf6d bgpd isisd eigrpd babeld" So, by declaring a new frr_dameons variable, like with this command: sysrc frr_daemons="zebra bgpd" should enable only zebra and bgpd. Regards, Olivier
_______________________________________________ Bsdrp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bsdrp-users
