Revert "Remove individual daemon conf files and replace with Quagga.conf"

This reverts commit f04605f4e5.
This commit is contained in:
Sid Khot 2016-08-15 17:59:47 -07:00
parent 6d9e66dce7
commit 9bb3897b9c
6 changed files with 16 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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