Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
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 {