From 4cdcf6e939274723d8cf26a9ea03684180b17a0c Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 2 May 2007 11:47:22 +0000 Subject: [PATCH] Add ripng.conf to the list of (empty) config files needed by quagga. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- exec.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec.tcl b/exec.tcl index 59ad9a4..80a947a 100755 --- a/exec.tcl +++ b/exec.tcl @@ -594,8 +594,8 @@ proc deployCfg {} { nexec rm -f /usr/local/etc/quagga/Quagga.conf catch { nexec ln -s /tmp/@ /var/run/quagga } catch { nexec ln -s /tmp/@/boot.conf /usr/local/etc/quagga/Quagga.conf } - foreach file { bgpd.conf ospfd.conf ripd.conf vtysh.conf zebra.conf } { - catch { nexec cp /dev/null /usr/local/etc/quagga/$file } + foreach file { bgpd ospfd ripd ripngd vtysh zebra } { + catch { nexec cp /dev/null /usr/local/etc/quagga/$file.conf } } foreach node $node_list { -- 2.39.5