]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Revert "Remove individual daemon conf files and replace with Quagga.conf"
authorSid Khot <sidkhot@cumulusnetworks.com>
Tue, 16 Aug 2016 00:59:47 +0000 (17:59 -0700)
committerSid Khot <sidkhot@cumulusnetworks.com>
Tue, 16 Aug 2016 00:59:47 +0000 (17:59 -0700)
This reverts commit f04605f4e5518ca161ee4088895988c4ae050b57.

cumulus/etc/quagga/Quagga.conf [deleted file]
cumulus/etc/quagga/bgpd.conf [new file with mode: 0644]
cumulus/etc/quagga/ospf6d.conf [new file with mode: 0644]
cumulus/etc/quagga/ospfd.conf [new file with mode: 0644]
cumulus/etc/quagga/pimd.conf [new file with mode: 0644]
cumulus/etc/quagga/zebra.conf [new file with mode: 0644]

diff --git a/cumulus/etc/quagga/Quagga.conf b/cumulus/etc/quagga/Quagga.conf
deleted file mode 100644 (file)
index a0b3ee0..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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
new file mode 100644 (file)
index 0000000..7c9c5ae
--- /dev/null
@@ -0,0 +1,3 @@
+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
new file mode 100644 (file)
index 0000000..408ca1a
--- /dev/null
@@ -0,0 +1,3 @@
+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
new file mode 100644 (file)
index 0000000..8f2e53e
--- /dev/null
@@ -0,0 +1,3 @@
+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
new file mode 100644 (file)
index 0000000..8aa1e7f
--- /dev/null
@@ -0,0 +1,5 @@
+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
new file mode 100644 (file)
index 0000000..67e4799
--- /dev/null
@@ -0,0 +1,2 @@
+hostname zebra
+log file /var/log/quagga/zebra.log