From 7c323a2e5d19f69fae8de69b9d91bdea01592ed1 Mon Sep 17 00:00:00 2001 From: nertwork Date: Tue, 20 Dec 2016 11:01:56 -0800 Subject: Quagga fix --- lib/oxidized/model/cumulus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oxidized') diff --git a/lib/oxidized/model/cumulus.rb b/lib/oxidized/model/cumulus.rb index 6e9a9b1..53908ec 100644 --- a/lib/oxidized/model/cumulus.rb +++ b/lib/oxidized/model/cumulus.rb @@ -49,7 +49,7 @@ class Cumulus < Oxidized::Model cfg += cmd 'cat /etc/quagga/ospf6d.conf' cfg += add_comment 'QUAGGA CONF' - cfg += cmd 'cat /etc/quagga/Quagga.conf + cfg += cmd 'cat /etc/quagga/Quagga.conf' cfg += add_comment 'MOTD' cfg += cmd 'cat /etc/motd' -- cgit v1.2.1