]> git.puffer.fish Git - matthieu/frr.git/commit
Remove individual daemon conf files and replace with Quagga.conf
authorDinesh G Dutt <ddutt@cumulusnetworks.com>
Sat, 13 Aug 2016 07:41:21 +0000 (00:41 -0700)
committerDinesh G Dutt <ddutt@cumulusnetworks.com>
Sat, 13 Aug 2016 07:55:07 +0000 (00:55 -0700)
commitf04605f4e5518ca161ee4088895988c4ae050b57
tree7c8b7150e796e660c10597f9a3c13c98420d4e7b
parente018c7cc9a7d218ce3a28b5619761c22eb060882
Remove individual daemon conf files and replace with Quagga.conf

Ticket: CM-11777
Reviewed By: CCR-5096
Testing Done:

The recommended, and in many ways the only supported, model for
the configuration file of quagga is to use a single Quagga.conf
configuration file. However, we weren't shipping with this model,
which led to some confusion amongst users. This patch fixes this
by removing all individual daemon configuration files and replacing
it with the single Quagga.conf file.
cumulus/etc/quagga/Quagga.conf [new file with mode: 0644]
cumulus/etc/quagga/bgpd.conf [deleted file]
cumulus/etc/quagga/ospf6d.conf [deleted file]
cumulus/etc/quagga/ospfd.conf [deleted file]
cumulus/etc/quagga/pimd.conf [deleted file]
cumulus/etc/quagga/zebra.conf [deleted file]