I am trying to use quagga to run BGP. I installed the latest version of quagga from source. According to the documentation, I should have a /etc/quagga folder where I need to copy my bgp config as bgpd.conf
However, after installing quagga (using configure, make and make install), I did not find any folder called /etc/quagga . Also when I tried "systemcl start quagga" command, I got the following error message
Failed to start quagga.service: Unit quagga.service not found.
Have there been any changes in the source that may be causing this issue?
Quagga does not create
/etc/quagga, you need to do that and then create the requiredbgpd.conf(which you can do using bgpd). As you have discovered, themake installdoes not install aquagga.service.