diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 13:33:21 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-02-11 13:33:21 +0000 |
| commit | 179f7849337c8d96e2eaae3dd93796c9264e32e8 (patch) | |
| tree | dd79b64c8d50fbcebb26f31acf597d1095ae2603 | |
| parent | 918f2966a82b17d4282df5f1260ea7b380a1d18d (diff) | |
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
| -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 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 |
