From 179f7849337c8d96e2eaae3dd93796c9264e32e8 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Thu, 11 Feb 2016 13:33:21 +0000 Subject: [PATCH] quagga: remove "cn321" passwords from the default conf file for each daemon Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-9269 --- cumulus/etc/quagga/bgpd.conf | 2 -- cumulus/etc/quagga/ospf6d.conf | 2 -- cumulus/etc/quagga/ospfd.conf | 2 -- cumulus/etc/quagga/zebra.conf | 2 -- 4 files changed, 8 deletions(-) diff --git a/cumulus/etc/quagga/bgpd.conf b/cumulus/etc/quagga/bgpd.conf index 00a4fec0bb..7c9c5ae286 100644 --- a/cumulus/etc/quagga/bgpd.conf +++ b/cumulus/etc/quagga/bgpd.conf @@ -1,5 +1,3 @@ hostname bgpd -password cn321 -enable password cn321 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 index d24df73db9..408ca1af1e 100644 --- a/cumulus/etc/quagga/ospf6d.conf +++ b/cumulus/etc/quagga/ospf6d.conf @@ -1,5 +1,3 @@ hostname ospfd -password cn321 -enable password cn321 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 index e20ed4a287..8f2e53e030 100644 --- a/cumulus/etc/quagga/ospfd.conf +++ b/cumulus/etc/quagga/ospfd.conf @@ -1,5 +1,3 @@ hostname ospfd -password cn321 -enable password cn321 log timestamp precision 6 log file /var/log/quagga/ospfd.log diff --git a/cumulus/etc/quagga/zebra.conf b/cumulus/etc/quagga/zebra.conf index 827c38a2e4..67e4799413 100644 --- a/cumulus/etc/quagga/zebra.conf +++ b/cumulus/etc/quagga/zebra.conf @@ -1,4 +1,2 @@ hostname zebra -password cn321 -enable password cn321 log file /var/log/quagga/zebra.log -- 2.39.5