From: Daniel Walton Date: Thu, 11 Feb 2016 13:33:21 +0000 (+0000) Subject: quagga: remove "cn321" passwords from the default conf file for each X-Git-Tag: frr-2.0-rc1~1133 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=179f7849337c8d96e2eaae3dd93796c9264e32e8;p=mirror%2Ffrr.git quagga: remove "cn321" passwords from the default conf file for each daemon Signed-off-by: Daniel Walton Reviewed-by: Donald Sharp Ticket: CM-9269 --- 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