]> git.entuzijast.net Git - imunes.git/commitdiff
Add ripng.conf to the list of (empty) config files needed by quagga.
authormarko <marko>
Wed, 2 May 2007 11:47:22 +0000 (11:47 +0000)
committermarko <marko>
Wed, 2 May 2007 11:47:22 +0000 (11:47 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

exec.tcl

index 59ad9a43b271da8bb996a423b80a82e42f2e8084..80a947abb8ef429da71c9e33326fc67de73e6b17 100755 (executable)
--- 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 {