summaryrefslogtreecommitdiffstats
path: root/cumulus
diff options
context:
space:
mode:
authorSid Khot <sidkhot@cumulusnetworks.com>2016-08-17 01:27:34 +0200
committerSid Khot <sidkhot@cumulusnetworks.com>2016-08-17 01:27:34 +0200
commit8ca1689f1967c09d418ab68ec054f3c449a9ad45 (patch)
tree941c01ea840217d9303534c04d596d12678c9051 /cumulus
parentRevert "Remove individual daemon conf files and replace with Quagga.conf" (diff)
downloadfrr-8ca1689f1967c09d418ab68ec054f3c449a9ad45.tar.xz
frr-8ca1689f1967c09d418ab68ec054f3c449a9ad45.zip
bgpd: Fix for CM-11777 Need Quagga.conf created at quagga install
Ticket: CM-11777 Reviewed By: CCR-5110 Testing Done: Manual
Diffstat (limited to 'cumulus')
-rw-r--r--cumulus/etc/quagga/Quagga.conf2
-rw-r--r--cumulus/etc/quagga/bgpd.conf3
-rw-r--r--cumulus/etc/quagga/ospf6d.conf3
-rw-r--r--cumulus/etc/quagga/ospfd.conf3
-rw-r--r--cumulus/etc/quagga/pimd.conf5
-rw-r--r--cumulus/etc/quagga/zebra.conf2
6 files changed, 2 insertions, 16 deletions
diff --git a/cumulus/etc/quagga/Quagga.conf b/cumulus/etc/quagga/Quagga.conf
new file mode 100644
index 000000000..e52f3f8aa
--- /dev/null
+++ b/cumulus/etc/quagga/Quagga.conf
@@ -0,0 +1,2 @@
+log file /var/log/quagga/quagga.log
+log timestamp precision 6
diff --git a/cumulus/etc/quagga/bgpd.conf b/cumulus/etc/quagga/bgpd.conf
deleted file mode 100644
index 7c9c5ae28..000000000
--- a/cumulus/etc/quagga/bgpd.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-hostname bgpd
-log timestamp precision 6
-log file /var/log/quagga/bgpd.log
diff --git a/cumulus/etc/quagga/ospf6d.conf b/cumulus/etc/quagga/ospf6d.conf
deleted file mode 100644
index 408ca1af1..000000000
--- a/cumulus/etc/quagga/ospf6d.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-hostname ospfd
-log timestamp precision 6
-log file /var/log/quagga/ospf6d.log
diff --git a/cumulus/etc/quagga/ospfd.conf b/cumulus/etc/quagga/ospfd.conf
deleted file mode 100644
index 8f2e53e03..000000000
--- a/cumulus/etc/quagga/ospfd.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-hostname ospfd
-log timestamp precision 6
-log file /var/log/quagga/ospfd.log
diff --git a/cumulus/etc/quagga/pimd.conf b/cumulus/etc/quagga/pimd.conf
deleted file mode 100644
index 8aa1e7f5f..000000000
--- a/cumulus/etc/quagga/pimd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-hostname pimd
-password cn321
-enable password cn321
-log timestamp precision 6
-log file /var/log/quagga/pimd.log
diff --git a/cumulus/etc/quagga/zebra.conf b/cumulus/etc/quagga/zebra.conf
deleted file mode 100644
index 67e479941..000000000
--- a/cumulus/etc/quagga/zebra.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-hostname zebra
-log file /var/log/quagga/zebra.log