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.
This commit is contained in:
Dinesh G Dutt 2016-08-13 00:41:21 -07:00
parent e018c7cc9a
commit f04605f4e5
6 changed files with 3 additions and 16 deletions

View File

@ -0,0 +1,3 @@
log file /var/log/quagga/quagga.log
log timestamp precision 6

View File

@ -1,3 +0,0 @@
hostname bgpd
log timestamp precision 6
log file /var/log/quagga/bgpd.log

View File

@ -1,3 +0,0 @@
hostname ospfd
log timestamp precision 6
log file /var/log/quagga/ospf6d.log

View File

@ -1,3 +0,0 @@
hostname ospfd
log timestamp precision 6
log file /var/log/quagga/ospfd.log

View File

@ -1,5 +0,0 @@
hostname pimd
password cn321
enable password cn321
log timestamp precision 6
log file /var/log/quagga/pimd.log

View File

@ -1,2 +0,0 @@
hostname zebra
log file /var/log/quagga/zebra.log