summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cumulus/etc/quagga/Quagga.conf3
-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, 3 insertions, 16 deletions
diff --git a/cumulus/etc/quagga/Quagga.conf b/cumulus/etc/quagga/Quagga.conf
new file mode 100644
index 0000000000..a0b3ee0cfb
--- /dev/null
+++ b/cumulus/etc/quagga/Quagga.conf
@@ -0,0 +1,3 @@
+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 7c9c5ae286..0000000000
--- 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 408ca1af1e..0000000000
--- 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 8f2e53e030..0000000000
--- 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 8aa1e7f5f0..0000000000
--- 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 67e4799413..0000000000
--- a/cumulus/etc/quagga/zebra.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-hostname zebra
-log file /var/log/quagga/zebra.log