diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 14:33:21 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 14:33:21 +0100 |
commit | 179f7849337c8d96e2eaae3dd93796c9264e32e8 (patch) | |
tree | dd79b64c8d50fbcebb26f31acf597d1095ae2603 /cumulus | |
parent | ripngd: Add missing systemd notifications (diff) | |
download | frr-179f7849337c8d96e2eaae3dd93796c9264e32e8.tar.xz frr-179f7849337c8d96e2eaae3dd93796c9264e32e8.zip |
quagga: remove "cn321" passwords from the default conf file for each
daemon
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-9269
Diffstat (limited to 'cumulus')
-rw-r--r-- | cumulus/etc/quagga/bgpd.conf | 2 | ||||
-rw-r--r-- | cumulus/etc/quagga/ospf6d.conf | 2 | ||||
-rw-r--r-- | cumulus/etc/quagga/ospfd.conf | 2 | ||||
-rw-r--r-- | cumulus/etc/quagga/zebra.conf | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cumulus/etc/quagga/bgpd.conf b/cumulus/etc/quagga/bgpd.conf index 00a4fec0b..7c9c5ae28 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 d24df73db..408ca1af1 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 e20ed4a28..8f2e53e03 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 827c38a2e..67e479941 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 |