mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 19:43:29 +00:00
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:
parent
e018c7cc9a
commit
f04605f4e5
3
cumulus/etc/quagga/Quagga.conf
Normal file
3
cumulus/etc/quagga/Quagga.conf
Normal file
@ -0,0 +1,3 @@
|
||||
log file /var/log/quagga/quagga.log
|
||||
log timestamp precision 6
|
||||
|
@ -1,3 +0,0 @@
|
||||
hostname bgpd
|
||||
log timestamp precision 6
|
||||
log file /var/log/quagga/bgpd.log
|
@ -1,3 +0,0 @@
|
||||
hostname ospfd
|
||||
log timestamp precision 6
|
||||
log file /var/log/quagga/ospf6d.log
|
@ -1,3 +0,0 @@
|
||||
hostname ospfd
|
||||
log timestamp precision 6
|
||||
log file /var/log/quagga/ospfd.log
|
@ -1,5 +0,0 @@
|
||||
hostname pimd
|
||||
password cn321
|
||||
enable password cn321
|
||||
log timestamp precision 6
|
||||
log file /var/log/quagga/pimd.log
|
@ -1,2 +0,0 @@
|
||||
hostname zebra
|
||||
log file /var/log/quagga/zebra.log
|
Loading…
Reference in New Issue
Block a user